diff options
Diffstat (limited to 'client/store.js')
| -rw-r--r-- | client/store.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/client/store.js b/client/store.js index 802a47b..32895cb 100644 --- a/client/store.js +++ b/client/store.js @@ -14,9 +14,7 @@ const initialState = () => ({ thresholdChanged: false, saveIfNotFound: false, }, - api: { - similar: {} - }, + similar: {}, }) export default function apiReducer(state = initialState(), action) { |
