From 5855ad8fcac55e264fa1c025927f306901740230 Mon Sep 17 00:00:00 2001 From: Dotty Date: Thu, 30 May 2024 11:17:02 -0400 Subject: [PATCH] fixing PR comments --- src/admin/components/Actions/ListActionsCreate.tsx | 6 +++--- .../components/ComentarySection/ComentarySection.tsx | 2 +- .../components/PolygonStatus/StatusDisplay .tsx | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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) => ( - -