Skip to content

Commit 666dc79

Browse files
committed
feat: props
1 parent 298c2f0 commit 666dc79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/views/evaluation/ui/EvaluationView

src/views/evaluation/ui/EvaluationView/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default function EvaluationView() {
1010
<Standard />
1111
<div className="justify-center flex flex-col gap-32 w-full">
1212
{Mock.map(v => {
13-
return <EvaluationCard key={v} />;
13+
return <EvaluationCard order={v} key={v} />;
1414
})}
1515
</div>
1616
<Button className="w-[420px] mt-[60px] mb-[70px]">확인</Button>

0 commit comments

Comments
 (0)