fix list buy history width in buy confirmed component
This commit is contained in:
parent
0cef35ab28
commit
c657a95a40
@ -52,11 +52,13 @@ const emit = defineEmits(["makeAnotherTransaction"]);
|
|||||||
>Histórico de compras
|
>Histórico de compras
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<ListingComponent
|
<div class="w-full max-w-4xl">
|
||||||
:walletTransactions="lastWalletReleaseTransactions"
|
<ListingComponent
|
||||||
:isManageMode="false"
|
:walletTransactions="lastWalletReleaseTransactions"
|
||||||
>
|
:isManageMode="false"
|
||||||
</ListingComponent>
|
>
|
||||||
|
</ListingComponent>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user