Browse Source

Поправил бажок

Book Pauk 6 years ago
parent
commit
b39808d188
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/store/modules/reader.js

+ 1 - 1
client/store/modules/reader.js

@@ -42,7 +42,7 @@ function cleanBooks(state) {
         }
 
         if (found) {
-            delBook(found);
+            delBook(state, found);
             cleanBooks(state);
         }
     }