diff --git a/src/admin/components/Actions/ListActionsCreate.tsx b/src/admin/components/Actions/ListActionsCreate.tsx index 1b7763c24..5d0d8afc2 100644 --- a/src/admin/components/Actions/ListActionsCreate.tsx +++ b/src/admin/components/Actions/ListActionsCreate.tsx @@ -6,11 +6,11 @@ interface ListActionsCreateProps { onExport?: () => void; } -const ListActionsCreate = (props: ListActionsCreateProps) => ( +const ListActionsCreate = ({ onExport }: ListActionsCreateProps) => ( - -