refactor: enhance transaction and appointment handling with pagination, status filtering, and improved data display
This commit is contained in:
@@ -213,16 +213,13 @@ export default function PaymentDetailsPage() {
|
||||
بروزرسانی وضعیت
|
||||
</button>
|
||||
</>
|
||||
) : (
|
||||
payment.frontend_address && (
|
||||
<button
|
||||
onClick={() => router.push(payment.frontend_address)}
|
||||
className="flex-1 bg-[#5559CE] hover:bg-[#4448b3] text-white font-bold py-3 px-6 rounded-lg transition-colors"
|
||||
>
|
||||
بازگشت به داشبورد
|
||||
</button>
|
||||
)
|
||||
)}
|
||||
) : null}
|
||||
<button
|
||||
onClick={() => router.push("/dashboard?sidebar=2")}
|
||||
className="flex-1 bg-[#5559CE] hover:bg-[#4448b3] text-white font-bold py-3 px-6 rounded-lg transition-colors"
|
||||
>
|
||||
بازگشت به تراکنشها
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user