We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf14a4 commit 4c8cef4Copy full SHA for 4c8cef4
1 file changed
src/domain/events/detail/EventShow.tsx
@@ -35,14 +35,9 @@ import type { AdminEvent } from '../types/EventTypes';
35
import ImportTicketSystemPasswordsFormDialog from '../../ticketSystemPassword/ImportTicketSystemPasswordsFormDialog';
36
import TranslatableProvider from '../../../common/providers/TranslatableProvider';
37
import useTranslatableContext from '../../../common/hooks/useTranslatableContext';
38
-import type { OccurrenceNode } from '../../api/generatedTypes/graphql';
39
import { dateTimeFieldOptions } from '../../../common/utils';
40
41
-interface AddOccurrenceButtonProps {
42
- record?: OccurrenceNode;
43
-}
44
-
45
-const AddOccurrenceButton = (_props: AddOccurrenceButtonProps) => {
+const AddOccurrenceButton = () => {
46
const record = useRecordContext();
47
return (
48
<Button
0 commit comments