hotfix to fix permission issue

This commit is contained in:
Anton Tranelis 2024-10-30 07:43:16 +01:00
parent 7f12122872
commit 9dcd2b858f

View File

@ -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 (