소스 검색

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