Update
This commit is contained in:
@@ -353,6 +353,10 @@ export default function TableList() {
|
||||
<Label color='primary'>
|
||||
{localeData.txtLabelWaitingForPayment}
|
||||
</Label>
|
||||
): obj.status === 'failed' ? (
|
||||
<Label color='error'>
|
||||
{localeData.txtLabelFailed}
|
||||
</Label>
|
||||
) : (
|
||||
<Label color='primary'>
|
||||
Pending
|
||||
@@ -404,6 +408,7 @@ export default function TableList() {
|
||||
{"id": "package_picked_up", "name": localeData.txtLabelPackagePickedUp },
|
||||
{"id": "package_on_delivery", "name": localeData.txtLabelPackageOnDelivery },
|
||||
{"id": "package_delivered", "name": localeData.txtLabelPackageDelivered },
|
||||
{"id": "failed", "name": localeData.txtLabelFailed },
|
||||
];
|
||||
setStatusData(status)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user