@@ -29,21 +25,10 @@ const ProjectOverview = ({ projectId }: IProjectOverviewProps) => {
featureCount={features?.length}
/>
-
(
-
- )}
- elseShow={() => (
-
- )}
+
diff --git a/frontend/src/component/segments/SegmentList/SegmentListItem/SegmentListItem.tsx b/frontend/src/component/segments/SegmentList/SegmentListItem/SegmentListItem.tsx
index e032321517..62d89bcd5a 100644
--- a/frontend/src/component/segments/SegmentList/SegmentListItem/SegmentListItem.tsx
+++ b/frontend/src/component/segments/SegmentList/SegmentListItem/SegmentListItem.tsx
@@ -1,5 +1,5 @@
import { useStyles } from './SegmentListItem.styles';
-import { TableCell, TableRow, Typography } from '@mui/material';
+import { Box, TableCell, TableRow, Typography } from '@mui/material';
import { Delete, Edit } from '@mui/icons-material';
import {
UPDATE_SEGMENT,
@@ -60,35 +60,37 @@ export const SegmentListItem = ({