mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
hotfix to fix permission issue
This commit is contained in:
parent
7f12122872
commit
9dcd2b858f
@ -140,7 +140,7 @@ export function ProfileView({ userType, attestationApi }: { userType: string , a
|
||||
setTemplate(item?.layer?.itemType.template || userType);
|
||||
}, [userType, item])
|
||||
|
||||
const [/* urlParams, */ setUrlParams] = useState(new URLSearchParams(location.search));
|
||||
const [ urlParams, setUrlParams] = useState(new URLSearchParams(location.search));
|
||||
|
||||
|
||||
return (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user