Francesco Silvetti пре 4 година
родитељ
комит
90688f45e2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/src/components/UI/dashboard/cockpit/index.tsx

+ 1 - 1
app/src/components/UI/dashboard/cockpit/index.tsx

@@ -141,7 +141,7 @@ const Cockpit: FC = () => {
         </div>
       </section>
       <h5>
-        Temporada {campString(dashboardState.from, dashboardState.to, true)}
+        Temporada {parseInt(dashboardState.year) - 1} - {dashboardState.year} - Vendimia {parseInt(dashboardState.year) - 1}
       </h5>
     </>
   );