From 553bf7ebe5f2348eba6073d1694f72e5642cd3c2 Mon Sep 17 00:00:00 2001 From: Linna Luo Date: Tue, 11 May 2021 23:04:28 -0400 Subject: [PATCH] removed extra comments --- components/MiniEventCard.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/MiniEventCard.tsx b/components/MiniEventCard.tsx index 633c9e27..3c3f870b 100644 --- a/components/MiniEventCard.tsx +++ b/components/MiniEventCard.tsx @@ -37,10 +37,8 @@ export const MiniEventCard: React.FC = ({ time, }) => { return ( - // relative position
- {/* onClick handler and prevent default */}
event.preventDefault()}>

{title}

@@ -49,7 +47,6 @@ export const MiniEventCard: React.FC = ({

{descriptionShort}

- {/* absolute position */}

View details