add translate for status from payment history
This commit is contained in:
@@ -128,7 +128,7 @@ export default function PaymentsHistory() {
|
||||
return (
|
||||
<div className="text-center font-semibold table-item">
|
||||
<span className="table-item-status">
|
||||
{row.original.status}
|
||||
{t(row.original.status.toLocaleLowerCase())}
|
||||
</span>
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user