Skip to content

Commit

Permalink
fix: add type to gpd object
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed May 11, 2024
1 parent 0cd5f0f commit 0501b8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/features/gym/GymPopup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,7 @@ const ExtraGymInfo = ({
)

const numFormatter = new Intl.NumberFormat(i18n.language)
/** @type {Partial<import('@rm/types').PokemonDisplay>} */
const gpd = guarding_pokemon_display || {}

return (
Expand Down

0 comments on commit 0501b8d

Please sign in to comment.