Skip to content

Commit

Permalink
Removing query client
Browse files Browse the repository at this point in the history
  • Loading branch information
hide-on-bush-x committed Aug 24, 2023
1 parent 55bddb8 commit 6019637
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/refactor/masanew.stories.tsx
Expand Up @@ -194,8 +194,8 @@ const WalletInfo = () => {
disabled={isDisconnected}
onClick={
disconnect as unknown as
| MouseEventHandler<HTMLButtonElement>
| undefined
| MouseEventHandler<HTMLButtonElement>
| undefined
}
>
Disconnect
Expand Down Expand Up @@ -415,8 +415,8 @@ const SessionButtons = () => {
type="button"
onClick={
checkLogin as unknown as
| MouseEventHandler<HTMLButtonElement>
| undefined
| MouseEventHandler<HTMLButtonElement>
| undefined
}
>
Check Login
Expand Down

0 comments on commit 6019637

Please sign in to comment.