Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaisailovic committed Sep 6, 2024
1 parent 44b5b0b commit abd8072
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function SessionSendTransactionModal() {
const [isLoadingReject, setIsLoadingReject] = useState(false)
const [isTypeResolved, setIsTypeResolved] = useState(false)
const [shouldUseMultibridge, setShouldUseMultibridge] = useState(false)
const [bridgingRequest, setBridingRequest] = useState<BridgingRequest>()
const [bridgingRequest, setBirdgingRequest] = useState<BridgingRequest>()

// Get request and wallet data from store
const requestEvent = ModalStore.state.data?.requestEvent
Expand Down Expand Up @@ -79,7 +79,7 @@ export default function SessionSendTransactionModal() {
requiredBalance: transfer.amount,
otherChain
})
setBridingRequest({
setBirdgingRequest({
transfer,
sourceChain: otherChain,
targetChain: Number(parsedChainId)
Expand Down

0 comments on commit abd8072

Please sign in to comment.