Explorar o código

Fix wrong campaign title

Francesco Silvetti %!s(int64=4) %!d(string=hai) anos
pai
achega
90688f45e2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>
     </>
   );