diff --git a/src/components/Evolution.tsx b/src/components/Evolution.tsx
index f0bc28b..862c780 100644
--- a/src/components/Evolution.tsx
+++ b/src/components/Evolution.tsx
@@ -255,6 +255,7 @@ const Evolution = ({ show, close, pokemonId }: Props) => {
 
   useEvent(Event.A, () => {
     if (evolved) {
+      setEvolved(false);
       close();
     }
   });