keep embedded mode when opening wc user profile

This commit is contained in:
Anton Tranelis 2024-07-16 16:06:18 +02:00
parent 8c17b8694d
commit 0747deeecf

View File

@ -64,7 +64,7 @@ const ConditionalLink = ({ url, children }) => {
if (url) {
return (
<Link to={url+"/"+params}>
<Link to={url+"?"+params}>
{children}
</Link>
);