Commit a856f58b authored by Chunchi Che's avatar Chunchi Che

fix small

parent ce2aefea
......@@ -20,7 +20,7 @@ const Magics = () => {
return (
<>
{magics.map((magic) => {
return <CMagic state={magic} />;
return <CMagic state={magic} key={magic.sequence} />;
})}
</>
);
......
......@@ -106,6 +106,7 @@ const ExtraMonsters = () => {
{xs.map((x, idx) => (
<plane
name={`extra-monster-${idx}`}
key={idx}
position={position(x)}
rotation={rotation}
>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment