add complaints\claims blocks
This commit is contained in:
@@ -266,7 +266,7 @@ export default function CaseComplaint({ selectedViolation, updateStatusHandler }
|
||||
|
||||
return (
|
||||
<div className="violation-info-case">
|
||||
{complainInfo?.body.content ? (
|
||||
{complainInfo?.body?.content ? (
|
||||
<>
|
||||
{complainInfo.body.content.map((item: complaintInfo) => {
|
||||
return (
|
||||
|
||||
@@ -10,7 +10,7 @@ export default function FilePageViolationEpmtyScreen() {
|
||||
className="violation-info"
|
||||
>
|
||||
<h4
|
||||
className="violation-info-title"
|
||||
className="violation-info-title not-selected-match"
|
||||
>
|
||||
{t('to-view-a-file-match-click-on-the-card-from-the-list')}
|
||||
</h4>
|
||||
|
||||
Reference in New Issue
Block a user