fix puntuaciones

This commit is contained in:
Juan Felipe Duarte
2023-04-28 15:56:54 -05:00
parent b3d31d3a8d
commit 9354350b26
12 changed files with 239 additions and 61 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ class _CalendarScreenState extends State<CalendarScreen> {
}
if (scoresModel == null) {
ScoresModel.scoreFrom(uid.toString(), false).then(
ScoresModel.scoreFrom(uid.toString(), true, false).then(
(ScoresModel s) => setState(() => scoresModel = s),
);
}