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() {
    - +
    )