add resolved button for matched file
This commit is contained in:
@@ -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>
|
||||
</>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user