diff --git a/front/volume/src/App.svelte b/front/volume/src/App.svelte index 99a9e47..b72994f 100644 --- a/front/volume/src/App.svelte +++ b/front/volume/src/App.svelte @@ -84,6 +84,7 @@ }, 15000); function clickProfile() { + profileUsername = $store.username setAppState(APPSTATE.PROFILE); }