Skip to content

Commit

Permalink
revert type addition
Browse files Browse the repository at this point in the history
  • Loading branch information
fionnachan committed May 22, 2023
1 parent e1a3db6 commit 138545f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export function RetryableTxnsIncluder(): JSX.Element {
} = useAppState()

const fetchAndUpdateDepositStatus = useCallback(
async (depositTxId: string, depositAssetType: AssetType | string) => {
async (depositTxId, depositAssetType) => {
const isEthDeposit = depositAssetType === AssetType.ETH

const { l1ToL2Msg, isClassic } = await getL1ToL2MessageDataFromL1TxHash({
Expand Down

0 comments on commit 138545f

Please sign in to comment.