Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
YongZL committed Jan 12, 2024
1 parent d9aedbf commit d32aa40
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/blob-TX/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,10 @@ const BlobTX = () => {
<div className='mt-[60px] mo:mt-[130px] flex justify-center'>
<ConnectKitButton.Custom>
{({ isConnected, show, truncatedAddress, ensName }) => {
// if (isConnected) {
// setIsClickStart(true)
// setAddress(truncatedAddress)
// }
if (isConnected) {
setIsClickStart(true)
setAddress(truncatedAddress)
}

return (
<StyledButton onClick={show}>
Expand Down

0 comments on commit d32aa40

Please sign in to comment.