Reordered endDate
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Shahan Nedadahandeh 2022-05-25 17:17:57 -07:00
parent c196288b70
commit 2d0858f22e
Signed by: snedadah
GPG Key ID: 8638C7F917385B01
2 changed files with 2 additions and 2 deletions

View File

@ -36,10 +36,10 @@ export function EventDescriptionCard({
name,
short,
startDate,
endDate,
online,
registerLink,
permaLink,
endDate,
}: Props) {
const Icon = getIcon(location);

View File

@ -24,11 +24,11 @@ export const MiniEventCard: React.FC<MiniEventCardProps> = ({
description,
location,
startDate,
endDate,
online,
year,
term,
slug,
endDate,
}) => {
return (
<details className={styles.card}>