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 a391e94 commit 0fb4a5cCopy full SHA for 0fb4a5c
src/containers/Tablets/Tablets.tsx
@@ -35,7 +35,7 @@ const columns: DataTableColumn<TTabletStateInfo & {fqdn?: string}>[] = [
35
render: ({row}) => {
36
return (
37
<span>
38
- {row.Type} {row.Leader ? <Text color="secondary">leader</Text> : ''}
+ {row.Type} {row.Leader ? '' : <Text color="secondary">follower</Text>}
39
</span>
40
);
41
},
0 commit comments