{_("Incorrectly cleared entries as per the report.")}
`${row.payment_entry}-${row.posting_date}`}
className="min-h-0 flex-1"
maxHeight="none"
scrollAreaClassName="flex-1"
emptyState={_("No rows to display.")}
/>
)}
{data && data.message.result.length === 0 &&
{_("It's all good!")}{_("There are no entries in the system where the clearance date is before the posting date.")}
}