From 368aa53b9df3d243b1a04d1ca22cd1870c9c3ed1 Mon Sep 17 00:00:00 2001 From: Michel ten Voorde Date: Wed, 29 Oct 2025 00:12:11 +0100 Subject: [PATCH] match-result simplification --- src/app/components/match-result/match-result.component.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/components/match-result/match-result.component.ts b/src/app/components/match-result/match-result.component.ts index d5a62ba..b9fbbc7 100644 --- a/src/app/components/match-result/match-result.component.ts +++ b/src/app/components/match-result/match-result.component.ts @@ -68,6 +68,8 @@ export class MatchResultComponent { this.result.games.push(new Game()); } } + + this.validateResult(); } readonly dialogRef = inject(MatDialogRef);