فهرست منبع

Fix wrong campaign title

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>
     </>
   );