Skip to content

Commit

Permalink
modified basic popup
Browse files Browse the repository at this point in the history
  • Loading branch information
Savina Shen (Manpower Services Taiwan Co Ltd) committed Oct 16, 2024
1 parent 5ba9ecb commit 4000731
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/stories/MapAnnotations/Popup/Basic/Popup.tsx
Original file line number Diff line number Diff line change
@@ -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) => {
Expand All @@ -12,7 +11,6 @@ const Popup = ({ isVisible, options }: IAzureMapPopup) => {
isVisible={isVisible}
options={options}
popupContent={<div style={{ padding: '20px' }}>Hello World</div>}
// popupContent={<PopupContent />}
/>
</AzureMap>
</div>
Expand Down

0 comments on commit 4000731

Please sign in to comment.