Merge branch 'master' of gitlab.com:MrFry/qmining-page

This commit is contained in:
mrfry 2022-03-14 21:39:07 +01:00
commit 4bede58deb
2 changed files with 8 additions and 1 deletions

View file

@ -196,8 +196,9 @@ function UserStatus({ userId, unreads, onClick }) {
Accept: 'application/json',
'Content-Type': 'application/json',
},
}).then(() => {
location.reload()
})
location.reload()
}}
>
<LogoutIcon size={28} />