From 306a89930a86d2beb1415eea660e5daf9011b27e Mon Sep 17 00:00:00 2001 From: EthanHealy01 Date: Mon, 18 Aug 2025 17:15:56 +0100 Subject: [PATCH] change requests --- frontend/src/components/shared/TextInput.tsx | 2 -- frontend/src/components/tools/ToolPanel.tsx | 1 + frontend/src/styles/theme.css | 3 +++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/shared/TextInput.tsx b/frontend/src/components/shared/TextInput.tsx index e8f5221bf..e44e8efb2 100644 --- a/frontend/src/components/shared/TextInput.tsx +++ b/frontend/src/components/shared/TextInput.tsx @@ -102,5 +102,3 @@ export const TextInput = forwardRef(({ ); }); - -TextInput.displayName = 'TextInput'; diff --git a/frontend/src/components/tools/ToolPanel.tsx b/frontend/src/components/tools/ToolPanel.tsx index 5cbed5118..6de5f229e 100644 --- a/frontend/src/components/tools/ToolPanel.tsx +++ b/frontend/src/components/tools/ToolPanel.tsx @@ -57,6 +57,7 @@ export default function ToolPanel() {