diff --git a/src/data/mod.tsx b/src/data/mod.tsx index fa6f4e6..dbaecec 100644 --- a/src/data/mod.tsx +++ b/src/data/mod.tsx @@ -17,6 +17,7 @@ export const main = createLayer(() => { const total = trackTotal(points); const pointGain = computed(() => { + // eslint-disable-next-line prefer-const let gain = new Decimal(1); return gain; });