new logic in lottery and toss route

This commit is contained in:
Ilgeldi 2025-02-10 16:46:43 +05:00
parent 7b5db124da
commit 55cf8f593f
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ const ParticipantsList = ({ vote_id }: IParams) => {
<div className="flex flex-col gap-[20px] sm:gap-[40px] w-full items-center">
{data.data.description ? <PageBage title={data.data.description} /> : null}
{eventStatus === 'Finished' && <Confetti showConfetti={true} />}
{eventStatus === 'Finished' && <Confetti />}
{data.data.banner ? (
<div className="relative w-full md:min-h-[150px] md:h-auto h-[100px] ">