Skip to content

Commit

Permalink
Merge branch 'dev' into IN-945-service-edit-page
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Mar 12, 2024
2 parents 736431e + f6332bc commit 5bd0b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/components/core/Donate/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ export const DonateModal = () => {
}, [router.query.isMobileApp])

const isSupportPage = router.pathname === '/support'
const showPopover = !isSupportPage && (opened || !showEmoji)
const isMainPage = router.pathname === '/'
const showPopover = !(isSupportPage || isMainPage) && (opened || !showEmoji)

return (
<>
Expand Down

0 comments on commit 5bd0b16

Please sign in to comment.