flyzto 2 tuần trước cách đây
mục cha
commit
6f8d4df164
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      pinnacle/main.js

+ 2 - 2
pinnacle/main.js

@@ -38,8 +38,8 @@ const resetVersionsCount = () => {
 }
 
 const incrementVersionsCount = () => {
-  GLOBAL_DATA.straightFixturesCount = 0;
-  GLOBAL_DATA.specialFixturesCount = 0;
+  GLOBAL_DATA.straightFixturesCount += 1;
+  GLOBAL_DATA.specialFixturesCount += 1;
 }