Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Dec 19, 2024
1 parent 32c9263 commit f3524eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/transactions/TxDetails/TxNote.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import useAsync from '@/hooks/useAsync'
import { useCurrentChain } from '@/hooks/useChains'
import { isMultisigDetailedExecutionInfo } from '@/utils/transaction-guards'
import { Box, Divider } from '@mui/material'
import { TransactionDetails } from '@safe-global/safe-gateway-typescript-sdk'
import type { TransactionDetails } from '@safe-global/safe-gateway-typescript-sdk'

const TxNote = ({ txDetails }: { txDetails: TransactionDetails }) => {
const currentChain = useCurrentChain()
Expand Down

0 comments on commit f3524eb

Please sign in to comment.