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