1
0
mirror of https://github.com/ascribe/onion.git synced 2024-12-22 09:23:13 +01:00

Fix typo with whitelabel store's error handler

This commit is contained in:
Brett Sun 2016-06-07 09:48:39 +02:00
parent d1dba86b1a
commit b99782455e

View File

@ -33,7 +33,7 @@ class WhitelabelStore {
this.whitelabel = whitelabel;
}
onErrorCurrentUser(err) {
onErrorWhitelabel(err) {
console.logGlobal(err);
this.whitelabelMeta.err = err;
}