Skip to content

Commit d57a6b9

Browse files
committed
fix: approvalTxState with param
1 parent 932414d commit d57a6b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/transactions/Supply/SupplyActionsSDK.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ export const SupplyActionsSDK = React.memo(
227227
<TxActionsWrapper
228228
blocked={blocked}
229229
mainTxState={mainTxState}
230-
approvalTxState={{}}
230+
approvalTxState={approvalTxState}
231231
isWrongNetwork={isWrongNetwork}
232232
requiresAmount
233233
amount={amountToSupply}

0 commit comments

Comments
 (0)