diff --git a/web/react/stores/user_store.jsx b/web/react/stores/user_store.jsx index 8bb7850431..f8616c6abe 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; }