feat: pass isFetching to BrokerOperationsTable

This commit is contained in:
Sergey Krylov 2026-06-18 07:01:12 +03:00
parent cb90f3c1c0
commit ef37977c2c

View File

@ -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}