Skip to content

Commit 7fb8ed7

Browse files
committed
chore: fix formatting in EventDetails
1 parent 56daf3b commit 7fb8ed7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/EventDetails.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ const EventDetails: React.FC<EventDetailsProps> = ({ eventData }) => {
6969
return `${hours}:${minutes}`;
7070
};
7171

72-
7372
const startEditing = () => {
7473
setDraft(data);
7574
setIsEditing(true);

0 commit comments

Comments
 (0)