Skip to content
Snippets Groups Projects
Commit 543d0697 authored by Eugen Rochko's avatar Eugen Rochko
Browse files

Fix bad reference

parent 34e18eb2
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,6 @@ export default function accounts(state = initialState, action) {
case ACCOUNT_FETCH_SUCCESS:
case NOTIFICATIONS_UPDATE:
return normalizeAccount(state, action.account);
case SUGGESTIONS_FETCH_SUCCESS:
case FOLLOWERS_FETCH_SUCCESS:
case FOLLOWERS_EXPAND_SUCCESS:
case FOLLOWING_FETCH_SUCCESS:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment