Refactor UI, Add ability to remove suggestions
This commit is contained in:
@ -5,6 +5,8 @@ module.exports = keyMirror({
|
||||
SUGGESTIONS_FETCHED: null,
|
||||
CREATE_SUGGESTION: null,
|
||||
SUGGESTION_CREATED: null,
|
||||
REMOVE_SUGGESTION: null,
|
||||
SUGGESTION_REMOVED: null,
|
||||
FETCH_POPULAR_SUGGESTIONS: null,
|
||||
POPULAR_SUGGESTIONS_FETCHED: null,
|
||||
});
|
||||
|
Reference in New Issue
Block a user