Skip to content

Commit

Permalink
Remove unneeded test file
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffplays2005 committed Oct 27, 2024
1 parent bac618d commit 49b7d50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file.
2 changes: 1 addition & 1 deletion client/src/components/generic/Event/EventUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const EventRenderingUtils = {
event: Event,
eventSetter: (id?: string) => void,
buttonText?: string,
variant?: EventCardPreviewVariant = "default"
variant?: EventCardPreviewVariant
): IEventsCardPreview => {
let eventStartDate

Expand Down

0 comments on commit 49b7d50

Please sign in to comment.