Skip to content

Commit 99e417a

Browse files
fix again
1 parent d3de8fe commit 99e417a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/pages/rdi/statistics/data-streams/DataStreams.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const DataStreams = ({ data, loading, onRefresh, onRefreshClicked, onChangeAutoR
9494
name: key,
9595
...dataStream
9696
}
97-
}).concat([{ name: 'Total', ...data?.totals || {} }])
97+
}).concat([{ name: 'Total', ...(data?.totals || {}) }])
9898

9999
return (
100100
<Panel>

0 commit comments

Comments
 (0)