Skip to content

Commit 8e55f96

Browse files
authored
Update ClustersTable.tsx
1 parent 7d2cb01 commit 8e55f96

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/components/ClustersTable.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1471,7 +1471,6 @@ const ClustersTable: React.FC<ClustersTableProps> = ({
14711471
TransitionComponent={Fade}
14721472
transitionDuration={200}
14731473
>
1474-
14751474
<MenuItem onClick={handleBulkAddLabels} sx={{ color: colors.text }}>
14761475
<ListItemIcon>
14771476
<PostAddIcon fontSize="small" style={{ color: colors.primary }} />
@@ -1529,7 +1528,6 @@ const ClustersTable: React.FC<ClustersTableProps> = ({
15291528
</Box>
15301529
</MenuItem>
15311530
))}
1532-
15331531
</Menu>
15341532

15351533
{hasSelectedClusters && (

0 commit comments

Comments
 (0)