We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5954006 + 4c03cc1 commit 6f5e0b8Copy full SHA for 6f5e0b8
1 file changed
src/custom/TeamTable/TeamTableConfiguration.tsx
@@ -144,7 +144,9 @@ export default function TeamTableConfiguration({
144
filter: false,
145
sort: true,
146
searchable: false,
147
- customBodyRender: (value: string) => <ConditionalTooltip value={value} maxLength={30} />
+ customBodyRender: (value: string) => (
148
+ <ConditionalTooltip value={value ?? ''} maxLength={30} />
149
+ )
150
}
151
},
152
{
0 commit comments