fix list buy history width in buy confirmed component

This commit is contained in:
RcleydsonR 2022-12-30 17:36:20 -03:00
parent 0cef35ab28
commit c657a95a40

View File

@ -52,12 +52,14 @@ const emit = defineEmits(["makeAnotherTransaction"]);
>Histórico de compras >Histórico de compras
</span> </span>
</div> </div>
<div class="w-full max-w-4xl">
<ListingComponent <ListingComponent
:walletTransactions="lastWalletReleaseTransactions" :walletTransactions="lastWalletReleaseTransactions"
:isManageMode="false" :isManageMode="false"
> >
</ListingComponent> </ListingComponent>
</div> </div>
</div>
</template> </template>
<style scoped> <style scoped>