Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
storywithoutend committed Dec 2, 2024
1 parent 825dcb7 commit ab296bc
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import { Control, useWatch } from 'react-hook-form'
import { useTranslation } from 'react-i18next'
import styled, { css } from 'styled-components'
import { match } from 'ts-pattern'
import { useChainId } from 'wagmi'

// import { useChainId } from 'wagmi'

import { Button, Dialog, mq, PlusSVG } from '@ensdomains/thorin'

Expand Down Expand Up @@ -184,7 +185,7 @@ const ProfileEditor = ({ data = {}, transactions = [], dispatch, onDismiss }: Pr
})
console.log('resolverStatus', resolverStatus)

const chainId = useChainId()
// const chainId = useChainId()

const handleCreateTransaction = useCallback(
async (form: ProfileEditorForm) => {
Expand Down

0 comments on commit ab296bc

Please sign in to comment.