clearance date is before the posting date which is incorrect.")
}} />
{data && data.message.result.length > 0 &&
${formattedToDate}`, `${formattedToDate}`])
}} />
{_("You can reset the clearing dates of these entries here.")}
}
{error &&
}
{data && data.message.result.length > 0 && (
{_("Incorrectly cleared entries as per the report.")}
`${row.payment_entry}-${row.posting_date}`}
maxHeight="min(70vh, 640px)"
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.")}
}
}
export default IncorrectlyClearedEntries