add resolved button for matched file

This commit is contained in:
smanylov
2026-03-27 13:50:41 +07:00
parent 6453e8402e
commit 9128c0e298
6 changed files with 158 additions and 95 deletions
@@ -108,10 +108,10 @@ export default function FilePageViolationsList({
{item.status === "COMPLAINT_AND_LEGAL_IN_WORK" ? (
<>
<span className="source-status legal_in_work">
{t('legal_in_work')}
{tStatus('LEGAL_IN_WORK')}
</span>
<span className="source-status complaint_in_work">
{t('complaint_in_work')}
{tStatus('COMPLAINT_IN_WORK')}
</span>
</>
) : (