From e220d616da31187038be17c2a2522a0558ef0fcf Mon Sep 17 00:00:00 2001 From: joseCorte-exe Date: Tue, 17 May 2022 17:11:43 -0300 Subject: [PATCH] fix grossSavings chart title --- src/components/graph/Chart.tsx | 2 +- src/components/sidebar/Sidebar.tsx | 4 ++-- src/pages/grossSavings.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/graph/Chart.tsx b/src/components/graph/Chart.tsx index 8caafe3..63e0ac3 100644 --- a/src/components/graph/Chart.tsx +++ b/src/components/graph/Chart.tsx @@ -32,7 +32,7 @@ interface ChartInterface { data1: any, data2: any, single?: any - label: any + label: any, } export default function Chart({ title, data1, data2, label, subtitle }: ChartInterface) { diff --git a/src/components/sidebar/Sidebar.tsx b/src/components/sidebar/Sidebar.tsx index fe8c22e..d2d3447 100644 --- a/src/components/sidebar/Sidebar.tsx +++ b/src/components/sidebar/Sidebar.tsx @@ -33,12 +33,12 @@ export default function Sidebar() {
  • Custo Estimado
  • Custo R/MWh
  • -
  • {'Telemetria >'}
  • +
  • {'Telemetria >'}
  • {'Resumo de Op. '}
  • {'Notícias >'}
  • {'Info Setorial >'}
  • {/*
  • {'Consumo'}
  • */} -
  • {'Notificação >'}
  • +
  • {'Notificação >'}
  • {'Sobre Nós >'}
  • {'FAQ >'}
  • diff --git a/src/pages/grossSavings.tsx b/src/pages/grossSavings.tsx index 7e3aaf3..9f65d3a 100644 --- a/src/pages/grossSavings.tsx +++ b/src/pages/grossSavings.tsx @@ -14,7 +14,7 @@ export default function GrossSavings() {
    - +
    )