Skip to content

Commit 168c637

Browse files
committed
fix isConnected
1 parent 6c1958e commit 168c637

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

react/react-wagmi/src/components/ActionButtonList.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ export const ActionButtonList = ({ sendHash, sendSignMsg, sendBalance }: ActionB
7979
<button onClick={handleSignMsg}>Sign msg</button>
8080
<button onClick={handleSendTx}>Send tx</button>
8181
<button onClick={handleGetBalance}>Get Balance</button>
82-
<button onClick={handleGetBalance}>Get open</button>
8382
</div>
8483
)
8584
}

0 commit comments

Comments
 (0)