Skip to content

Commit

Permalink
fix: tyie
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed May 5, 2024
1 parent 02ce747 commit 0634d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/gym/GymPopup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ const ExtraGymInfo = ({
)

const numFormatter = new Intl.NumberFormat(i18n.language)
guarding_pokemon_display ||= {}
guarding_pokemon_display = guarding_pokemon_display || {}

return (
<Grid container alignItems="center" justifyContent="center">
Expand Down

0 comments on commit 0634d89

Please sign in to comment.