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: [],