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