- {({ index, style }) => {
+ rowComponent={({ index, style }) => {
const value = label.values?.[index];
if (!value) {
- return null;
+ return <>>;
}
return (
@@ -531,7 +532,7 @@ export class UnthemedLokiLabelBrowser extends React.Component
);
}}
-
+ />
))}