Skip to content

Commit 1dcbfea

Browse files
committed
Update gc
1 parent 14e90c1 commit 1dcbfea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/tools/gachacalc.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ export default function GachaCalc({ location }: { location: string }) {
221221
<div className="w-full bg-slate-800 rounded-xl p-1 my-2 md:my-0 text-white col-start-2">
222222
<Line data={({
223223
labels: calculated.map((_, i) => i + pity),
224-
datasets: consts.filter(i => i >= 0).map((i, x) => ({
224+
datasets: consts.filter(i => i > banner.minConst).map((i, x) => ({
225225
label: getName(i, banner),
226226
backgroundColor: getColor(i, 1),
227227
borderColor: getColor(i, 1),

0 commit comments

Comments
 (0)