Blocca la modifica delle presenze e il sollecito per eventi già passati.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-06 10:27:12 +02:00
co-authored by Claude Sonnet 5
parent d4a02fb606
commit 208dd5f2f6
4 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ function AllenamentoDetail() {
</Section>
<Section titolo="Rosa e presenze">
<RosaPresenze eventoId={evento.id} />
<RosaPresenze eventoId={evento.id} data={evento.data} />
</Section>
</>
);
+1 -1
View File
@@ -263,7 +263,7 @@ function PartitaDetail() {
) : null}
<Section titolo="Rosa e presenze">
<RosaPresenze eventoId={evento.id} />
<RosaPresenze eventoId={evento.id} data={evento.data} />
</Section>
</>
);