We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c77e6d commit ef36b78Copy full SHA for ef36b78
web/components/love-page.tsx
@@ -45,7 +45,7 @@ export function LovePage(props: {
45
const bottomNavOptions = user
46
? getBottomNavigation(user, lover)
47
: signedOutNavigation()
48
- const [isModalOpen, setIsModalOpen] = useState(false)
+ // const [isModalOpen, setIsModalOpen] = useState(false)
49
const desktopSidebarOptions = getDesktopNav(user)
50
51
const mobileSidebarOptions = user
0 commit comments