fixed order id
This commit is contained in:
parent
df81da6d63
commit
4c03956b46
@ -286,7 +286,7 @@
|
|||||||
class="fixed inset-0 flex justify-center items-center md:p-32 p-8 pt-[68px] bg-black bg-opacity-50"
|
class="fixed inset-0 flex justify-center items-center md:p-32 p-8 pt-[68px] bg-black bg-opacity-50"
|
||||||
>
|
>
|
||||||
<div class="flex flex-col w-full max-w-[600px] p-4 rounded-box bg-base-300">
|
<div class="flex flex-col w-full max-w-[600px] p-4 rounded-box bg-base-300">
|
||||||
<p class="self-center opacity-60">ID: {selectedDispute.dispute_uuid}</p>
|
<p class="self-center opacity-60">ID: {selectedDispute['order_id']}</p>
|
||||||
<p
|
<p
|
||||||
class={"self-center text-3xl " +
|
class={"self-center text-3xl " +
|
||||||
disputesStatusMapColors[selectedDispute["order_status"]]}
|
disputesStatusMapColors[selectedDispute["order_status"]]}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user