Skip to content

Commit

Permalink
fix: oops
Browse files Browse the repository at this point in the history
  • Loading branch information
1092384 committed Oct 31, 2024
1 parent fc95b8c commit d0b734c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/sidebars/GunDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function GunDetails({ gun, explosion }: GunDetailsProps) {
</InfoboxColumn>
<InfoboxColumn title="Capacity">{gun.capacity}
<abbr title="Capacity with Extended Magazines Perk">
({gun.extendedCapacity})
({gun.extendedCapacity ?? gun.capacity})
</abbr></InfoboxColumn>
</InfoboxRow>
<InfoboxRow>
Expand Down

0 comments on commit d0b734c

Please sign in to comment.