From 1d7a6a7bea652035c37f59e63b7ae8e076ef209f Mon Sep 17 00:00:00 2001 From: Linhui Luo Date: Tue, 11 May 2021 23:25:08 -0400 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- components/MiniEventCard.tsx | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/components/MiniEventCard.tsx b/components/MiniEventCard.tsx index 3c3f870b..0f303d60 100644 --- a/components/MiniEventCard.tsx +++ b/components/MiniEventCard.tsx @@ -10,23 +10,21 @@ interface EventProps { time: string; } -const DropDownIcon = () => { - return ( - - - - ); -}; +const dropDownIcon = ( + + + +); export const MiniEventCard: React.FC = ({ title,