mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +01:00
Fix minor issue
This commit is contained in:
parent
35e9bedf04
commit
ecdcbbc25e
@ -25,7 +25,7 @@ class WhitelabelStore {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
onSuccessFetchWhitelabel(whitelabel) {
|
onSuccessFetchWhitelabel({ whitelabel }) {
|
||||||
this.whitelabelMeta.invalidateCache = false;
|
this.whitelabelMeta.invalidateCache = false;
|
||||||
this.whitelabel = whitelabel;
|
this.whitelabel = whitelabel;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user