From c48994e981afb95893b010eadcc0cc4e91551fac Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Fri, 17 Nov 2017 13:56:56 +0000 Subject: [PATCH] Flairstore: Fix broken reference --- src/stores/FlairStore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/FlairStore.js b/src/stores/FlairStore.js index 0f339eaf63..5286c40e39 100644 --- a/src/stores/FlairStore.js +++ b/src/stores/FlairStore.js @@ -95,7 +95,7 @@ class FlairStore extends EventEmitter { // Return silently to avoid spamming for non-supporting servers return; } - console.error('Could not get groups for user', this.props.userId, err); + console.error('Could not get groups for user', userId, err); throw err; }).finally(() => { delete this._usersInFlight[userId];