We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d2cb01 commit 8e55f96Copy full SHA for 8e55f96
1 file changed
src/components/ClustersTable.tsx
@@ -1471,7 +1471,6 @@ const ClustersTable: React.FC<ClustersTableProps> = ({
1471
TransitionComponent={Fade}
1472
transitionDuration={200}
1473
>
1474
-
1475
<MenuItem onClick={handleBulkAddLabels} sx={{ color: colors.text }}>
1476
<ListItemIcon>
1477
<PostAddIcon fontSize="small" style={{ color: colors.primary }} />
@@ -1529,7 +1528,6 @@ const ClustersTable: React.FC<ClustersTableProps> = ({
1529
1528
</Box>
1530
</MenuItem>
1531
))}
1532
1533
</Menu>
1534
1535
{hasSelectedClusters && (
0 commit comments