From 13e342a2abdae8ef776f33adbb3c08148b9bcbb3 Mon Sep 17 00:00:00 2001 From: John Furrow Date: Sun, 8 Nov 2015 21:41:22 -0800 Subject: [PATCH] Fix initial state bug --- client/source/scripts/reducers/uiReducer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/source/scripts/reducers/uiReducer.js b/client/source/scripts/reducers/uiReducer.js index 9ee79c9b..76ce5453 100644 --- a/client/source/scripts/reducers/uiReducer.js +++ b/client/source/scripts/reducers/uiReducer.js @@ -2,7 +2,7 @@ const initialState = { fetchingData: true, modal: null, torrentList: { - count: 10, + count: 0, filterBy: 'all', searchString: '', selected: [],