mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-05-22 21:59:04 +00:00
fixed a bug where themes would reset after reload
This commit is contained in:
parent
63061785f0
commit
d1fcba0fea
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ export default {
|
|||
css = exploreThemes.result.data.css;
|
||||
id = exploreThemes.result.data.id;
|
||||
}
|
||||
if (privateThemes.ok) {
|
||||
if (privateThemes && privateThemes.ok) {
|
||||
css = privateThemes.result.data.css;
|
||||
id = privateThemes.result.data.id;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue