]> cat aescling's git repositories - mastodon.git/commitdiff
Fix bad reference
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 24 Nov 2016 22:56:37 +0000 (23:56 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 24 Nov 2016 22:56:37 +0000 (23:56 +0100)
app/assets/javascripts/components/reducers/accounts.jsx

index a7e4a28306f6f83046825fcadb177bd449c943d2..52be648b3e956ef450ac337253cfba38844ac0a5 100644 (file)
@@ -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: