Skip to content

Commit

Permalink
Add semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
HecticKiwi committed Dec 28, 2024
1 parent 2053c4a commit 57cca20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/TierListManager.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const TierListManager: React.FC<TierListManagerProps> = ({initialItemSet, initia
}

decodedState.tiers.forEach(tier => {
tier.labelPosition = labelPosition
tier.labelPosition = labelPosition;
});

setTiers(decodedState.tiers);
Expand Down

0 comments on commit 57cca20

Please sign in to comment.