Add empty AST cache file for version 0.8.44 with non-object root data
This commit is contained in:
@@ -150,9 +150,7 @@ export default function PaymentDetailsPage() {
|
||||
<div className="flex justify-between items-center py-3 border-b border-gray-100">
|
||||
<span className="text-[#616161] font-medium">وضعیت:</span>
|
||||
<span
|
||||
className={`px-4 py-2 rounded-full font-bold ${getStatusColor(
|
||||
payment.status
|
||||
)}`}
|
||||
className={`px-4 py-2 rounded-full font-bold ${getStatusColor( payment.status )}`}
|
||||
>
|
||||
{getStatusLabel(payment.status)}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user