From 928cd3bb9c7bf7729850c4221069193f73a321df Mon Sep 17 00:00:00 2001 From: Savien/Woo Jun Han <49388937+MrMirror21@users.noreply.github.com> Date: Sat, 23 Nov 2024 21:20:19 +0900 Subject: [PATCH] =?UTF-8?q?:bug:=20fix:=20=EA=B3=A0=EC=9A=A9=EC=A3=BC=20?= =?UTF-8?q?=EA=B7=BC=EB=A1=9C=EA=B3=84=EC=95=BD=EC=84=9C=20=EB=AF=B8?= =?UTF-8?q?=EB=A6=AC=EB=B3=B4=EA=B8=B0=20=EC=97=B0=EA=B2=B0=20#127?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DocumentCardDispenserEmployer.tsx | 59 ++++++++++++------- 1 file changed, 39 insertions(+), 20 deletions(-) diff --git a/src/components/Employer/ApplicantDocumentsDetail/DocumentCardDispenserEmployer.tsx b/src/components/Employer/ApplicantDocumentsDetail/DocumentCardDispenserEmployer.tsx index 16e2392f..4cc1fb96 100644 --- a/src/components/Employer/ApplicantDocumentsDetail/DocumentCardDispenserEmployer.tsx +++ b/src/components/Employer/ApplicantDocumentsDetail/DocumentCardDispenserEmployer.tsx @@ -20,11 +20,7 @@ type DocumentCardProps = { onNext?: () => void; }; -const NullCard = ({ - title, -}: { - title: string; -}) => { +const NullCard = ({ title }: { title: string }) => { return (