From 4000731cac00f1cb5b3e0581206c1e2c8a271f72 Mon Sep 17 00:00:00 2001 From: "Savina Shen (Manpower Services Taiwan Co Ltd)" Date: Wed, 16 Oct 2024 13:14:05 +0800 Subject: [PATCH] modified basic popup --- src/stories/MapAnnotations/Popup/Basic/Popup.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/stories/MapAnnotations/Popup/Basic/Popup.tsx b/src/stories/MapAnnotations/Popup/Basic/Popup.tsx index 5caf1b0..8118ebf 100644 --- a/src/stories/MapAnnotations/Popup/Basic/Popup.tsx +++ b/src/stories/MapAnnotations/Popup/Basic/Popup.tsx @@ -1,5 +1,4 @@ import { AzureMap, AzureMapsProvider, AzureMapPopup, IAzureMapPopup } from 'react-azure-maps'; -import PopupContent from '../Interactive/PopupContent'; import { mapOptions } from '../../../../key'; const Popup = ({ isVisible, options }: IAzureMapPopup) => { @@ -12,7 +11,6 @@ const Popup = ({ isVisible, options }: IAzureMapPopup) => { isVisible={isVisible} options={options} popupContent={
Hello World
} - // popupContent={} />