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 ed57539 commit 38fee12Copy full SHA for 38fee12
src/ui/components/Filters/index.tsx
@@ -554,8 +554,8 @@ const FilterComponent = ({
554
<FlexBox.Row key={index} className={styles.tile}>
555
<Box onClick={() => hanldeDelete(index)}>
556
{`${filter.column.selectedValue.label} ${
557
- filter.column.selectedValue.label != 'Shared' &&
558
- filter.column.selectedValue.label != 'Status'
+ filter.column.selectedValue.label !== 'Shared' &&
+ filter.column.selectedValue.label !== 'Status'
559
? filter.contains.selectedValue.label
560
: ''
561
} ${
0 commit comments