1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-10-18 23:16:09 +02:00
This commit is contained in:
Kushagra Gour
2024-04-25 10:31:54 +05:30
parent 9e6130d38b
commit 4f2d0d3522
3 changed files with 36 additions and 28 deletions

View File

@@ -68,7 +68,7 @@ export function Profile({ user, logoutBtnHandler }) {
}
}, [user]);
return (
<VStack gap={2}>
<VStack gap={4}>
<Header user={user} logoutBtnHandler={logoutBtnHandler} />
{window.user?.isPro && (
<Panel>