From 536bacad64af8e9f1840a705003e88b888a545e2 Mon Sep 17 00:00:00 2001 From: sylenien Date: Tue, 17 May 2022 10:57:28 +0200 Subject: [PATCH] fix(ui): rm conflicting code --- .../Dashboard/components/WidgetView/WidgetView.tsx | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/frontend/app/components/Dashboard/components/WidgetView/WidgetView.tsx b/frontend/app/components/Dashboard/components/WidgetView/WidgetView.tsx index 6d55eb5d2..7cb96634b 100644 --- a/frontend/app/components/Dashboard/components/WidgetView/WidgetView.tsx +++ b/frontend/app/components/Dashboard/components/WidgetView/WidgetView.tsx @@ -1,6 +1,6 @@ import React, { useState } from 'react'; import { useStore } from 'App/mstore'; -import { Icon, Loader, Link } from 'UI'; +import { Icon, BackLink, Loader } from 'UI'; import WidgetForm from '../WidgetForm'; import WidgetPreview from '../WidgetPreview'; import WidgetSessions from '../WidgetSessions'; @@ -38,17 +38,8 @@ function WidgetView(props: Props) { return useObserver(() => ( -
- -
- Dashboards - / - Metrics - / - {widget.name} -
-
+