FACN8 / Pokemon

0 stars 1 forks source link

const instead of let #36

Open okarem opened 4 years ago

okarem commented 4 years ago

https://github.com/FACN8/Pokemon/blob/7fd23752c34b9099b7ae0da919ce1112103e249f/src/components/choose_pokemon.js#L6-L9 use const instead of let , there's no reason for them not to be const.

ghost commented 4 years ago

thank you, we will repair it in next patch