Skip to content

Commit

Permalink
chore: adjust bug ope modal
Browse files Browse the repository at this point in the history
  • Loading branch information
KayoRenato committed Apr 13, 2023
1 parent cd4d4bb commit 1ab8a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function Header() {
<div className="logo">
<img src={logoImg} alt="" />
</div>
<Dialog.Root open={isOpen}>
<Dialog.Root open={isOpen} onOpenChange={() => setIsOpen(!isOpen)}>
<Dialog.Trigger asChild>
<NewTransactionButton>
{' '}
Expand Down

1 comment on commit 1ab8a91

@vercel
Copy link

@vercel vercel bot commented on 1ab8a91 Apr 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.