Hide Profile Widget during account setup

This commit is contained in:
Bojan Mojsilovic 2023-10-13 11:59:56 +02:00
parent dbfbebcb7e
commit 46c31555c3

View File

@ -107,7 +107,9 @@ const Layout: Component = () => {
</div>
<div class={styles.leftFooter}>
<ProfileWidget />
<Show when={location.pathname !== '/new'}>
<ProfileWidget />
</Show>
</div>
</div>
</div>