feat: pass isFetching to BrokerOperationsTable
This commit is contained in:
parent
26371381e0
commit
2d671669d4
@ -122,6 +122,7 @@ export function BrokerAccountDetailPage() {
|
||||
|
||||
<BrokerOperationsTable
|
||||
isLoading={operations.isLoading}
|
||||
isFetching={operations.isFetching}
|
||||
page={operations.data}
|
||||
pageNumber={operationCursorStack.length + 1}
|
||||
canGoBack={operationCursorStack.length > 0}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user