Skip to content

Commit 4c8cef4

Browse files
committed
chore: remove dead interface Refs: KK-1543
1 parent 8bf14a4 commit 4c8cef4

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

src/domain/events/detail/EventShow.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,9 @@ import type { AdminEvent } from '../types/EventTypes';
3535
import ImportTicketSystemPasswordsFormDialog from '../../ticketSystemPassword/ImportTicketSystemPasswordsFormDialog';
3636
import TranslatableProvider from '../../../common/providers/TranslatableProvider';
3737
import useTranslatableContext from '../../../common/hooks/useTranslatableContext';
38-
import type { OccurrenceNode } from '../../api/generatedTypes/graphql';
3938
import { dateTimeFieldOptions } from '../../../common/utils';
4039

41-
interface AddOccurrenceButtonProps {
42-
record?: OccurrenceNode;
43-
}
44-
45-
const AddOccurrenceButton = (_props: AddOccurrenceButtonProps) => {
40+
const AddOccurrenceButton = () => {
4641
const record = useRecordContext();
4742
return (
4843
<Button

0 commit comments

Comments
 (0)