Update not conserved and menu

This commit is contained in:
2025-04-28 17:04:39 +02:00
parent 50f474e49e
commit 46a4efe760
2 changed files with 60 additions and 1 deletions

View File

@@ -129,6 +129,10 @@ export class NotConserved {
</div>
`;
if (!this.publications.length && !this.documentation.length) {
content = '<p class="has-text-centered">Nessun documento disponibile.</p>';
}
return content;
}