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 4bb3632 commit f03f496Copy full SHA for f03f496
frontend/src/components/ConsumerGroups/List.tsx
@@ -62,7 +62,7 @@ const List = () => {
62
header: 'Consumer Lag',
63
accessorKey: 'consumerLag',
64
cell: (args) => {
65
- return args.getValue() || 'N/A';
+ return args.getValue() ?? 'N/A';
66
},
67
68
{
0 commit comments