mirror of
https://github.com/0xShay/ticketchain.git
synced 2026-01-11 13:13:25 +00:00
Fixed duplicate information
This commit is contained in:
@@ -83,9 +83,6 @@ const EventDescription: React.FC<EventDescriptionProps> = ({
|
|||||||
<br />
|
<br />
|
||||||
{eventDetails.host}
|
{eventDetails.host}
|
||||||
</p>
|
</p>
|
||||||
<p><b>Location:</b><br />{eventDetails.location}</p><br />
|
|
||||||
<p><b>Date:</b><br />{eventDate}</p><br />
|
|
||||||
<p><b>Host:</b><br />{eventDetails.host}</p>
|
|
||||||
{eventDetails.ticketsSold / eventDetails.capacity >= 0.9 && (
|
{eventDetails.ticketsSold / eventDetails.capacity >= 0.9 && (
|
||||||
<div className="mt-2 p-2 bg-yellow-300 text-black rounded">
|
<div className="mt-2 p-2 bg-yellow-300 text-black rounded">
|
||||||
Limited Tickets Remaining!
|
Limited Tickets Remaining!
|
||||||
|
|||||||
Reference in New Issue
Block a user