From 01c2febc1c458b9c79b7587150ceff1e2110f70c Mon Sep 17 00:00:00 2001 From: jhj2713 Date: Mon, 12 Aug 2024 11:56:08 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B2=84=ED=8A=BC=20=EC=9D=B8=ED=84=B0?= =?UTF-8?q?=EB=9E=99=EC=85=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/src/pages/LotteryParticipantList/index.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/admin/src/pages/LotteryParticipantList/index.tsx b/admin/src/pages/LotteryParticipantList/index.tsx index 722d5581..8daf293f 100644 --- a/admin/src/pages/LotteryParticipantList/index.tsx +++ b/admin/src/pages/LotteryParticipantList/index.tsx @@ -53,8 +53,8 @@ export default function LotteryParticipantList() { refetchParticipantInfo(); }; - const handleLottery = () => { - navigate("/lottery/winner"); + const handleLotteryWinner = () => { + navigate("/lottery/winner-list", { state: { id: lotteryId } }); }; const handleClickExpectation = async (participantId: number) => { @@ -130,8 +130,8 @@ export default function LotteryParticipantList() { dataLastItem={targetRef} /> -