Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
cajubelt committed Oct 13, 2023
1 parent cc891b4 commit 359ddef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/send/SendAmount/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,7 @@ function SendAmount(props: Props) {
const [amount, setAmount] = useState('')
const [rawAmount, setRawAmount] = useState('')
const [usingLocalAmount, setUsingLocalAmount] = useState(true)
const { recipient, origin, forceTokenId, defaultTokenIdOverride } =
props.route.params
const { recipient, origin, forceTokenId, defaultTokenIdOverride } = props.route.params
const [transferTokenId, setTransferTokenId] = useState(defaultTokenIdOverride ?? defaultToken)
const [reviewButtonPressed, setReviewButtonPressed] = useState(false)
const tokenInfo = useTokenInfo(transferTokenId)
Expand Down

0 comments on commit 359ddef

Please sign in to comment.