pull/1/head
Made Baruna 2022-06-24 15:39:43 +07:00
parent 2a8da2dbfa
commit 126657663e
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
let spincrystals = data;
let checkList = {};
let total = data.length;
let total = data.filter((e) => e.number !== 0).length;
let current = 0;
async function changeLocale(locale) {