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