This commit is contained in:
Truong Vo 2025-11-28 16:05:40 +07:00
parent 78f9ca1aa1
commit 030ebe9fd6
1 changed files with 1 additions and 2 deletions

View File

@ -374,8 +374,7 @@ function ModalHistory({
}}
>
<Text size="sm" fw={600}>
Line {lineNumber} ({items.length}{" "}
{items.length > 1 ? "records" : "record"})
Line {lineNumber}
</Text>
</Box>