From baa1ee1de93434190c94a0b111c1ce7921148f69 Mon Sep 17 00:00:00 2001 From: mufaddal motiwala Date: Mon, 20 Dec 2021 12:58:49 +0530 Subject: [PATCH] remove target and rel Signed-off-by: mufaddal motiwala --- .../src/components/NewRelicDashboard/DashboardEntityList.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugins/newrelic-dashboard/src/components/NewRelicDashboard/DashboardEntityList.tsx b/plugins/newrelic-dashboard/src/components/NewRelicDashboard/DashboardEntityList.tsx index 88cfa6f0fb..23006181e4 100644 --- a/plugins/newrelic-dashboard/src/components/NewRelicDashboard/DashboardEntityList.tsx +++ b/plugins/newrelic-dashboard/src/components/NewRelicDashboard/DashboardEntityList.tsx @@ -69,9 +69,7 @@ export const DashboardEntityList = () => { - - {entity.name} - + {entity.name} );