From 2c8b58c293403cdaa9cf36a1d1f42f696091456c Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Sun, 21 Jul 2024 10:05:55 -0600 Subject: [PATCH] refactor: Remove commented out code for empty formula configuration --- .../src/Components/Metrics/{MetricVIew.tsx => MetricViewa.tsx} | 0 .../src/Pages/Telemetry/Services/View/Metrics/View/Index.tsx | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename Dashboard/src/Components/Metrics/{MetricVIew.tsx => MetricViewa.tsx} (100%) diff --git a/Dashboard/src/Components/Metrics/MetricVIew.tsx b/Dashboard/src/Components/Metrics/MetricViewa.tsx similarity index 100% rename from Dashboard/src/Components/Metrics/MetricVIew.tsx rename to Dashboard/src/Components/Metrics/MetricViewa.tsx diff --git a/Dashboard/src/Pages/Telemetry/Services/View/Metrics/View/Index.tsx b/Dashboard/src/Pages/Telemetry/Services/View/Metrics/View/Index.tsx index 000a171de19..c3753f32eee 100644 --- a/Dashboard/src/Pages/Telemetry/Services/View/Metrics/View/Index.tsx +++ b/Dashboard/src/Pages/Telemetry/Services/View/Metrics/View/Index.tsx @@ -1,5 +1,5 @@ import MetricsAggregationType from "Common/Types/Metrics/MetricsAggregationType"; -import MetricView from "../../../../../../Components/Metrics/MetricView"; +import MetricView from "../../../../../../Components/Metrics/MetricViewa"; import PageComponentProps from "../../../../../PageComponentProps"; import Navigation from "CommonUI/src/Utils/Navigation"; import React, { FunctionComponent, ReactElement } from "react";