diff --git a/pokeboot/assets/js/HpBar.jsx b/pokeboot/assets/js/HpBar.jsx index 1b372c2..6732852 100644 --- a/pokeboot/assets/js/HpBar.jsx +++ b/pokeboot/assets/js/HpBar.jsx @@ -30,9 +30,9 @@ export function HpBar({ name, health, maxHealth, isOpponent, history, status }) : null; - const burn = status.Burn > 0 ? BURN : ; + const burn = status.Burn > 0 ? BURN : ; const freeze = status.Freeze > 0 ? FREEZE : ; - const stun = status.Stun > 0 ? STUN : ; + const stun = status.Stun > 0 ? STUN : ; return (