feat(transactions): wrap TransactionsPageContent in Suspense for loading state
This commit is contained in:
@@ -303,7 +303,7 @@ function ChargePageContent() {
|
||||
}
|
||||
}, [selectedIdTag, activeIdTagSet, startResult]);
|
||||
|
||||
const { data: startedTransactionId, isFetching: locatingTx } = useQuery({
|
||||
const { data: startedTransactionId } = useQuery({
|
||||
queryKey: [
|
||||
"latestStartedTx",
|
||||
startSnapshot?.cpId,
|
||||
|
||||
Reference in New Issue
Block a user