mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
keep embedded mode when opening wc user profile
This commit is contained in:
parent
8c17b8694d
commit
0747deeecf
@ -64,7 +64,7 @@ const ConditionalLink = ({ url, children }) => {
|
||||
|
||||
if (url) {
|
||||
return (
|
||||
<Link to={url+"/"+params}>
|
||||
<Link to={url+"?"+params}>
|
||||
{children}
|
||||
</Link>
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user