summaryrefslogtreecommitdiffstats
path: root/web/react/stores/user_store.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/react/stores/user_store.jsx')
-rw-r--r--web/react/stores/user_store.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/react/stores/user_store.jsx b/web/react/stores/user_store.jsx
index 8bb785043..f8616c6ab 100644
--- a/web/react/stores/user_store.jsx
+++ b/web/react/stores/user_store.jsx
@@ -82,8 +82,8 @@ var UserStore = assign({}, EventEmitter.prototype, {
return currentId;
},
- getCurrentUser: function(skipFetch) {
- if (this.getCurrentId(skipFetch) == null) {
+ getCurrentUser: function() {
+ if (this.getCurrentId() == null) {
return null;
}