5
0
mirror of https://github.com/AJMicke/KickerELO.git synced 2026-03-11 13:31:02 +01:00

Fix small Resultlist in 1 vs 1

This commit is contained in:
Anton Micke
2025-03-21 21:07:42 +01:00
parent 85f78ea20a
commit 6d78ed59a0

View File

@@ -22,6 +22,7 @@ import java.util.List;
public class History1vs1View extends VerticalLayout { public class History1vs1View extends VerticalLayout {
List<Ergebnis1vs1> res; List<Ergebnis1vs1> res;
public History1vs1View(Ergebnis1vs1Repository repo) { public History1vs1View(Ergebnis1vs1Repository repo) {
setSizeFull();
H2 subheading = new H2("Spiele 1 vs 1"); H2 subheading = new H2("Spiele 1 vs 1");
res = repo.findAll(); res = repo.findAll();