Skip to content

Commit

Permalink
fix ability draft crash
Browse files Browse the repository at this point in the history
  • Loading branch information
howardchung committed Sep 8, 2024
1 parent a8b7561 commit 61c25f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Match/matchColumns.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ export default (strings) => {
null,
null,
null,
row.abilities[index - 1]
row.abilities?.[index - 1]
) || <div className="placeholder" />}
</div>
</StyledAbilityUpgrades>
Expand Down

0 comments on commit 61c25f6

Please sign in to comment.