Skip to content

Commit 4000731

Browse files
author
Savina Shen (Manpower Services Taiwan Co Ltd)
committed
modified basic popup
1 parent 5ba9ecb commit 4000731

File tree

1 file changed

+0
-2
lines changed
  • src/stories/MapAnnotations/Popup/Basic

1 file changed

+0
-2
lines changed

src/stories/MapAnnotations/Popup/Basic/Popup.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { AzureMap, AzureMapsProvider, AzureMapPopup, IAzureMapPopup } from 'react-azure-maps';
2-
import PopupContent from '../Interactive/PopupContent';
32
import { mapOptions } from '../../../../key';
43

54
const Popup = ({ isVisible, options }: IAzureMapPopup) => {
@@ -12,7 +11,6 @@ const Popup = ({ isVisible, options }: IAzureMapPopup) => {
1211
isVisible={isVisible}
1312
options={options}
1413
popupContent={<div style={{ padding: '20px' }}>Hello World</div>}
15-
// popupContent={<PopupContent />}
1614
/>
1715
</AzureMap>
1816
</div>

0 commit comments

Comments
 (0)