From f249be605c765ca2fb4113b7e20be1fc14226fc9 Mon Sep 17 00:00:00 2001 From: nicolas-arnaud Date: Sat, 18 Mar 2023 13:19:55 +0100 Subject: [PATCH] fix personal history --- front/volume/src/App.svelte | 1 + 1 file changed, 1 insertion(+) 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); }