Skip to content

Commit a77c733

Browse files
committed
fix: show total capture count instead of page size
1 parent 6c7d646 commit a77c733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/pages/captures/captures.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export const Captures = () => {
4848
<PageHeader
4949
title={translate(STRING.NAV_ITEM_CAPTURES)}
5050
subTitle={translate(STRING.RESULTS, {
51-
total: captures?.length ?? 0,
51+
total,
5252
})}
5353
isLoading={isLoading}
5454
isFetching={isFetching}

0 commit comments

Comments
 (0)