This commit is contained in:
2025-12-14 18:06:36 -03:00
parent 8a767a81dd
commit 1c498a771e
2 changed files with 188 additions and 149 deletions

View File

@@ -181,7 +181,7 @@ function List({ search, hits = [] }: { search: string; hits: Enrollment[] }) {
<>
<EmptyTitle>Nada encontrado</EmptyTitle>
<EmptyDescription>
Nenhum resultado para <mark>{s}</mark>.
Nenhum resultado para <mark>{search}</mark>.
</EmptyDescription>
</>
) : (