diff --git a/app/(main)/lottery/active/page.tsx b/app/(main)/lottery/active/page.tsx index b1a6097..d3c305f 100644 --- a/app/(main)/lottery/active/page.tsx +++ b/app/(main)/lottery/active/page.tsx @@ -35,7 +35,7 @@ const page = () => { } return ( -
8 XX XX-XX-XX
); diff --git a/components/lottery/winners/LotteryWinnersList.tsx b/components/lottery/winners/LotteryWinnersList.tsx index 40fc344..83a74e7 100644 --- a/components/lottery/winners/LotteryWinnersList.tsx +++ b/components/lottery/winners/LotteryWinnersList.tsx @@ -2,15 +2,17 @@ import LotteryWinner from './LotteryWinner'; const LotteryWinnersList = ({ winners }: { winners: number[] }) => { return ( -The results after each stage will be shown here.