We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c7d646 commit a77c733Copy full SHA for a77c733
ui/src/pages/captures/captures.tsx
@@ -48,7 +48,7 @@ export const Captures = () => {
48
<PageHeader
49
title={translate(STRING.NAV_ITEM_CAPTURES)}
50
subTitle={translate(STRING.RESULTS, {
51
- total: captures?.length ?? 0,
+ total,
52
})}
53
isLoading={isLoading}
54
isFetching={isFetching}
0 commit comments