We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 298c2f0 commit 666dc79Copy full SHA for 666dc79
1 file changed
src/views/evaluation/ui/EvaluationView/index.tsx
@@ -10,7 +10,7 @@ export default function EvaluationView() {
10
<Standard />
11
<div className="justify-center flex flex-col gap-32 w-full">
12
{Mock.map(v => {
13
- return <EvaluationCard key={v} />;
+ return <EvaluationCard order={v} key={v} />;
14
})}
15
</div>
16
<Button className="w-[420px] mt-[60px] mb-[70px]">확인</Button>
0 commit comments