cleanup ui

This commit is contained in:
2023-10-01 22:04:01 +02:00
parent b9eedf4f07
commit c587fb75f2

View File

@@ -30,7 +30,6 @@ watch(() => trackedItemStore.items.value, async itms => {
<template>
<div class="mt-4">
<template v-if="items.length > 0">
<hr />
<TrackResultTable :items="items" @buy="(type, price, buy, sell) => buyModal?.open(type, { 'Price': price, 'Buy': buy, 'Sell': sell })" @sell="type => sellModal?.open(type)" />
<BuyModal ref="buyModal" />
<SellModal ref="sellModal" />