- Fix CImgTitle positioning

- CPreloadImage
This commit is contained in:
Paolo Arena
2019-09-19 22:56:19 +02:00
parent 04f4a83d6c
commit 3459f00a3b
18 changed files with 208 additions and 86 deletions

View File

@@ -341,7 +341,7 @@ namespace Actions {
return
}
if (UserStore.state.userId === undefined) {
if (UserStore.state.userId === undefined || UserStore.state.tokens[0] === undefined) {
return
}