From 78cc14fb11fb1fbe3cf7b2a6aff1f13cabadfecc Mon Sep 17 00:00:00 2001 From: Kento Sato Date: Mon, 29 Jan 2024 17:54:30 +0900 Subject: [PATCH] Remove unused ColorChangeButton component --- src/components/molecules/TurtleGraphicsController.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/components/molecules/TurtleGraphicsController.tsx b/src/components/molecules/TurtleGraphicsController.tsx index bde5a5b5..f06dc48c 100644 --- a/src/components/molecules/TurtleGraphicsController.tsx +++ b/src/components/molecules/TurtleGraphicsController.tsx @@ -95,11 +95,6 @@ export const TurtleGraphicsController: React.FC = handleOnClick={() => handleChangeCharacterColorButton('purple')} selectedColor={selectedCharacter.color} /> - handleChangeCharacterColorButton(undefined)} - selectedColor={selectedCharacter.color} - />