feat(transactions): wrap TransactionsPageContent in Suspense for loading state

This commit is contained in:
2026-03-13 12:18:09 +08:00
parent a6621f975c
commit 18ac660ab2
2 changed files with 17 additions and 3 deletions

View File

@@ -303,7 +303,7 @@ function ChargePageContent() {
}
}, [selectedIdTag, activeIdTagSet, startResult]);
const { data: startedTransactionId, isFetching: locatingTx } = useQuery({
const { data: startedTransactionId } = useQuery({
queryKey: [
"latestStartedTx",
startSnapshot?.cpId,