diff --git a/components/LoadingTeamsForm.tsx b/components/LoadingTeamsForm.tsx index 5c64070..0bf71b0 100644 --- a/components/LoadingTeamsForm.tsx +++ b/components/LoadingTeamsForm.tsx @@ -11,6 +11,8 @@ type UserProps = { classTeam: string[]; }; +let number = 0; + export const LoadingTeamsForm : React.FC = ({ team_name, name_team_coach, @@ -28,9 +30,12 @@ export const LoadingTeamsForm : React.FC = ({ }); return Math.min.apply(null, arrOfNum.filter(Boolean)); //Math.min(...arrOfNum); } - + number +=1 return ( + + {number} + {team_name} diff --git a/components/RegistrationForm.tsx b/components/RegistrationForm.tsx index 9fd0e07..35771a1 100644 --- a/components/RegistrationForm.tsx +++ b/components/RegistrationForm.tsx @@ -52,7 +52,7 @@ export const RegistrationForm = (props): JSX.Element => {

Регистрация команды

-

Регистрация команд идет до 23.01.2023

+

Регистрация команд идет до 26.01.2023

Введите актуальные данные команды

От каждого учебного заведения может быть зарегистрировано неограниченное количество команд

Подписывайтесь на наш diff --git a/pages/competition/registration.tsx b/pages/competition/registration.tsx index efef10e..9406a34 100644 --- a/pages/competition/registration.tsx +++ b/pages/competition/registration.tsx @@ -37,6 +37,9 @@ export const Registration = (): JSX.Element => { +
+ № + Название команды