diff --git a/app/scripts/components/exploration/components/layer-info-modal.tsx b/app/scripts/components/exploration/components/layer-info-modal.tsx index 8a4b8e10c..75a6f49a8 100644 --- a/app/scripts/components/exploration/components/layer-info-modal.tsx +++ b/app/scripts/components/exploration/components/layer-info-modal.tsx @@ -101,9 +101,10 @@ export default function LayerInfoModal(props: LayerInfoModalProps) { const handleButtonClick = () => { close(); if (onNavigation) { - onNavigation(dataCatalogPage) + onNavigation(dataCatalogPage); } }; + return (