From 4ec389c449f223f8f2bb022cd9649a5fdf43b572 Mon Sep 17 00:00:00 2001 From: Himanshu DIxit Date: Mon, 22 Feb 2021 05:14:59 +0530 Subject: [PATCH] Fix multiple keys selected bug --- frontend/src/components/App.tsx | 2 +- frontend/src/components/AppWrapper.tsx | 2 +- .../add-instrumentation/instrumentationPage.tsx | 8 ++------ 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/frontend/src/components/App.tsx b/frontend/src/components/App.tsx index 3a7bb88bfb..66b613674c 100644 --- a/frontend/src/components/App.tsx +++ b/frontend/src/components/App.tsx @@ -138,7 +138,7 @@ const App = () => { Settings - }> + }> Add instrumentation diff --git a/frontend/src/components/AppWrapper.tsx b/frontend/src/components/AppWrapper.tsx index 221da52c5a..d72332f361 100644 --- a/frontend/src/components/AppWrapper.tsx +++ b/frontend/src/components/AppWrapper.tsx @@ -15,7 +15,7 @@ const AppWrapper = () => { - + { +const InstrumentationPage = (props: InstrumentationPageProps) => { return (