From 798439ba608c6de9fffdfb1e3cbeee16da62d9ae Mon Sep 17 00:00:00 2001 From: Navid Kalaei Date: Sun, 1 Sep 2024 14:28:14 +0400 Subject: [PATCH] fix(#226): make the map sharing button back again and disable the subscription --- components/MapSharingDropdown.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/components/MapSharingDropdown.tsx b/components/MapSharingDropdown.tsx index 9e25018..911740c 100644 --- a/components/MapSharingDropdown.tsx +++ b/components/MapSharingDropdown.tsx @@ -3,8 +3,8 @@ import useTranslation from 'next-translate/useTranslation' import { Button, Dropdown, Menu } from 'antd' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import CopyURLToClipboardButton from './CopyURLToClipboardButton' -// import MapSharingModal from './MapSharingModal' -import SubscriptionModal from './SubscriptionModal' +import MapSharingModal from './MapSharingModal' +// import SubscriptionModal from './SubscriptionModal' const { Item } = Menu @@ -16,7 +16,7 @@ const menu = ( right: 40, }} > - - + */} - {/* - */} + )