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:
parent
d1dba86b1a
commit
b99782455e
@ -33,7 +33,7 @@ class WhitelabelStore {
|
||||
this.whitelabel = whitelabel;
|
||||
}
|
||||
|
||||
onErrorCurrentUser(err) {
|
||||
onErrorWhitelabel(err) {
|
||||
console.logGlobal(err);
|
||||
this.whitelabelMeta.err = err;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user