Browse Source

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

Book Pauk 6 năm trước cách đây
mục cha
commit
b39808d188
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);
         }
     }