Apply 1 suggestion(s) to 1 file(s)

This commit is contained in:
Linhui Luo 2021-05-11 23:25:08 -04:00
parent 553bf7ebe5
commit 1d7a6a7bea
1 changed files with 15 additions and 17 deletions

View File

@ -10,8 +10,7 @@ interface EventProps {
time: string; time: string;
} }
const DropDownIcon = () => { const dropDownIcon = (
return (
<svg <svg
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
width="14" width="14"
@ -25,8 +24,7 @@ const DropDownIcon = () => {
fill="#1482E3" fill="#1482E3"
/> />
</svg> </svg>
); );
};
export const MiniEventCard: React.FC<EventProps> = ({ export const MiniEventCard: React.FC<EventProps> = ({
title, title,