Commit 31db6b11 authored by Chunchi Che's avatar Chunchi Che

fix

parent 1f23b2d3
Pipeline #23327 passed with stages
in 10 minutes and 51 seconds
...@@ -28,7 +28,7 @@ const Cards: React.FC = () => { ...@@ -28,7 +28,7 @@ const Cards: React.FC = () => {
return ( return (
<> <>
{Array.from({ length }).map((_, i) => ( {Array.from({ length }).map((_, i) => (
<Card key={i} idx={i} /> <Card key={inner[i].uuid} idx={i} />
))} ))}
</> </>
); );
......
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