diff --git a/src/pages/Pokemon/components/Statistic.tsx b/src/pages/Pokemon/components/Statistic.tsx index 130ab0f9..e4e81d20 100644 --- a/src/pages/Pokemon/components/Statistic.tsx +++ b/src/pages/Pokemon/components/Statistic.tsx @@ -95,7 +95,7 @@ function updateNature(prev: BasePoint, key: string, value: number): BasePoint { } export function Statistic({ pokemon }: Props) { - const [lv, setLv] = useState(75); + const [lv, setLv] = useState(100); const [customBase, setCustomBase] = useState({ Hp: 0, Atk: 0, @@ -105,6 +105,7 @@ export function Statistic({ pokemon }: Props) { Spe: 0, Total: 0, }); + const [customIndividual, setcustomIndividual] = useState({ Hp: 31, Atk: 31, @@ -136,10 +137,10 @@ export function Statistic({ pokemon }: Props) { return ( <> -
-
-
+
+ +
+