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

index 68247a98c75ca46b18a33631ae1780fe3a93d066..a7e4a28306f6f83046825fcadb177bd449c943d2 100644 (file)
@@ -8,7 +8,6 @@ import {
   ACCOUNT_TIMELINE_FETCH_SUCCESS,
   ACCOUNT_TIMELINE_EXPAND_SUCCESS
 } from '../actions/accounts';
-import { SUGGESTIONS_FETCH_SUCCESS } from '../actions/suggestions';
 import { COMPOSE_SUGGESTIONS_READY } from '../actions/compose';
 import {
   REBLOG_SUCCESS,