From da5ca9d17d4870c66c94062e4d30c89724bf4bb1 Mon Sep 17 00:00:00 2001 From: sid <35936587+siddharth-shringarpure@users.noreply.github.com> Date: Sun, 27 Oct 2024 09:58:22 +0000 Subject: [PATCH] Fixed duplicate information --- components/custom/EventDescription.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/custom/EventDescription.tsx b/components/custom/EventDescription.tsx index 2cd97d0..3ef4a3a 100644 --- a/components/custom/EventDescription.tsx +++ b/components/custom/EventDescription.tsx @@ -83,9 +83,6 @@ const EventDescription: React.FC = ({
{eventDetails.host}

-

Location:
{eventDetails.location}


-

Date:
{eventDate}


-

Host:
{eventDetails.host}

{eventDetails.ticketsSold / eventDetails.capacity >= 0.9 && (
Limited Tickets Remaining!