Skip to content

Commit

Permalink
fix total crash
Browse files Browse the repository at this point in the history
  • Loading branch information
frzyc committed Jan 31, 2025
1 parent dd08f03 commit 5be9ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/zzz/ui/src/Disc/DiscFilterDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export function DiscFilterDisplay({
ctMap['rarityTotal'][rarity].total++
ctMap['slotTotal'][slotKey].total++
ctMap['lockedTotal'][lock].total++
ctMap['linesTotal'][lns].total++
ctMap['linesTotal'][lns] && ctMap['linesTotal'][lns].total++
ctMap['equippedTotal'][equipped].total++
ctMap['setTotal'][setKey].total++
ctMap['mainStatTotal'][mainStatKey].total++
Expand Down

0 comments on commit 5be9ac6

Please sign in to comment.