From d2f2e87593f22007e39eca911bf5e785db5cc74b Mon Sep 17 00:00:00 2001 From: Tsu-ba-me Date: Tue, 22 Nov 2022 23:23:57 -0500 Subject: [PATCH] refactor(striker-ui): rename delete icon in List --- striker-ui/components/List.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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],