npm update

This commit is contained in:
2024-05-18 17:30:39 +02:00
parent d22a7b769b
commit 3ad50d019d
2 changed files with 29 additions and 29 deletions

View File

@ -23,7 +23,7 @@ socket.$subscribe((mutation, state) => {
if (state.isAuthenticated){
screen.value = 'characters';
if (state.character) {
screen.value = 'game';
}