Skip to content

Commit

Permalink
#100 - alterando changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dalacquar committed Jun 26, 2023
1 parent d6658ac commit b391a32
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
- [#84](https://github.com/KozielGPC/championship-platform/issues/84) - Resolvida validação do formulário de campeonato no frontend

### Added
- [#100](https://github.com/KozielGPC/championship-platform/issues/100) - Adicionando geração de chaveamento e funcionamento do campeonato
- [#148](https://github.com/KozielGPC/championship-platform/issues/148) - Adicionado o admin de um time como player na criação do time
- [#145](https://github.com/KozielGPC/championship-platform/issues/145) - Adicionado atributo de round para campeonatos
- [#103](https://github.com/KozielGPC/championship-platform/issues/103) - Adicionado CRUD de partidas
Expand Down
2 changes: 0 additions & 2 deletions frontend/src/pages/profile/championships/new.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,6 @@ export default function CreateChampionship({ games }: Props) {
}

if (Number(values.min_teams) > Number(values.max_teams)) {
console.log(typeof values.min_teams, typeof values.max_teams);
console.log(values.min_teams > values.max_teams);
errors.min_teams = "Cannot be greater than maximum number of teams";
}

Expand Down

0 comments on commit b391a32

Please sign in to comment.