diff --git a/striker-ui/components/List.tsx b/striker-ui/components/List.tsx
index 428df7d3..364146ed 100644
--- a/striker-ui/components/List.tsx
+++ b/striker-ui/components/List.tsx
@@ -1,6 +1,6 @@
import {
Add as MUIAddIcon,
- Delete,
+ Delete as MUIDeleteIcon,
Done as MUIDoneIcon,
Edit as MUIEditIcon,
} from '@mui/icons-material';
@@ -93,7 +93,7 @@ const List = forwardRef(
'&:hover': { backgroundColor: `${RED}F0` },
}}
>
-
+
) : undefined,
[isAllowDelete, isEdit, onDelete],