Skip to content

Commit

Permalink
refactor: Consolidate donation modal code (#940)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoBonjo authored Nov 25, 2024
1 parent 175ad65 commit 11aa66d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/layout/header/DonationButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ export const DonationButton = () => {

const tooltip_title = t('donate_title')

const onClose = () => setOpen(false)
const onOpen = () => setOpen(true)

const onClose = () => setOpen(false)
return (
<>
<button
Expand Down

0 comments on commit 11aa66d

Please sign in to comment.