File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/features/transaction-wizard Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ export const sendButtonLabel = 'Send'
1919
2020export function TransactionWizardPage ( ) {
2121 const [ sendResults , setSendResults ] = useState < SendResults | undefined > ( undefined )
22- const searchParamsTransactions = useTransactionSearchParamsBuilder ( )
22+ const { transactions : searchParamsTransactions , loading : transactionsLoading } = useTransactionSearchParamsBuilder ( )
2323 useTitle ( 'Transaction Wizard' )
24-
24+
2525 const renderTransactionResults = useCallback ( ( result : SendTransactionResults , simulateResponse ?: algosdk . modelsv2 . SimulateResponse ) => {
2626 const sentTransactions = asTransactionFromSendResult ( result )
2727 const transactionsGraphData = asTransactionsGraphData ( sentTransactions )
You can’t perform that action at this time.
0 commit comments