Add endDate to events #446

Merged
snedadah merged 23 commits from events-end-time into main 2022-05-25 20:58:14 -04:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 2d0858f22e - Show all commits

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}>