diff --git a/components/LoadingTeamsForm.tsx b/components/LoadingTeamsForm.tsx index 17b87af..5c64070 100644 --- a/components/LoadingTeamsForm.tsx +++ b/components/LoadingTeamsForm.tsx @@ -17,7 +17,6 @@ export const LoadingTeamsForm : React.FC = ({ training_institution_team, name_first_participant, name_second_participant, - name_third_party, nominations, classTeam }) => { @@ -42,7 +41,7 @@ export const LoadingTeamsForm : React.FC = ({ {training_institution_team} - {name_first_participant +', ' + name_second_participant + ', ' + name_third_party} + {name_first_participant +', ' + name_second_participant} { flatten(classTeam)} diff --git a/components/RegistrationForm.tsx b/components/RegistrationForm.tsx index b2b00f2..9fd0e07 100644 --- a/components/RegistrationForm.tsx +++ b/components/RegistrationForm.tsx @@ -1,6 +1,7 @@ import React,{useRef} from 'react'; import { useForm, SubmitHandler, FormProvider } from "react-hook-form"; -import { Select, Input, Link, SelectNominations } from "./UX"; +import { Select, Input, Link_str, SelectNominations } from "./UX"; +import Link from 'next/link'; interface IFormInputs { name_team_coach: string, @@ -55,7 +56,7 @@ export const RegistrationForm = (props): JSX.Element => {

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

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

Подписывайтесь на наш - Telegram канал + Telegram канал , что-бы быть в курсе новостей про соревнование

@@ -111,6 +112,9 @@ export const RegistrationForm = (props): JSX.Element => { + + Скачать согласие законного представителя +