diff --git a/src/pages/dashboard/BlockValueCard.tsx b/src/pages/dashboard/BlockValueCard.tsx index d546138..e8bd432 100644 --- a/src/pages/dashboard/BlockValueCard.tsx +++ b/src/pages/dashboard/BlockValueCard.tsx @@ -51,12 +51,12 @@ {/* Progress bar */} - + {/* Decrease and reset */}
{/* Decrease */} - {soonestDecrease !== Math.max(work ? work.decrease.reset : 0, work ? work.decreasePenalty.reset : 0) && <> + {soonestDecrease !== resetBlock && <> Decreases by @@ -68,9 +68,9 @@ } {/* Reset */} - + Resets in - {{ count: Math.max(work ? work.decrease.reset : 0, work ? work.decreasePenalty.reset : 0) }} + {{ count: resetBlock }}
}