Fix initial state bug

This commit is contained in:
John Furrow
2015-11-08 21:41:22 -08:00
parent 535652d074
commit 13e342a2ab
+1 -1
View File
@@ -2,7 +2,7 @@ const initialState = {
fetchingData: true,
modal: null,
torrentList: {
count: 10,
count: 0,
filterBy: 'all',
searchString: '',
selected: [],