From f0cab319595dc20100dc102b1420a5d942420ec7 Mon Sep 17 00:00:00 2001 From: Florian Sommariva Date: Tue, 21 Nov 2023 11:54:16 +0100 Subject: [PATCH] Forward props to IconPatrimoine component --- .../ControlSection/ControlPanel/IconPatrimoine.tsx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/Map/components/ControlSection/ControlPanel/IconPatrimoine.tsx b/frontend/src/components/Map/components/ControlSection/ControlPanel/IconPatrimoine.tsx index 06e602434..ce1d29526 100644 --- a/frontend/src/components/Map/components/ControlSection/ControlPanel/IconPatrimoine.tsx +++ b/frontend/src/components/Map/components/ControlSection/ControlPanel/IconPatrimoine.tsx @@ -1,5 +1,12 @@ -const SvgComponent: React.FC = () => ( - +const SvgComponent: React.FC = props => ( +