1
0
mirror of https://github.com/ascribe/onion.git synced 2024-11-15 01:25:17 +01:00

Fix minor issue

This commit is contained in:
Tim Daubenschütz 2015-11-03 10:09:44 +01:00
parent 35e9bedf04
commit ecdcbbc25e

View File

@ -25,7 +25,7 @@ class WhitelabelStore {
}
}
onSuccessFetchWhitelabel(whitelabel) {
onSuccessFetchWhitelabel({ whitelabel }) {
this.whitelabelMeta.invalidateCache = false;
this.whitelabel = whitelabel;
}