fix typeinfo acquiisition table alwayse present

This commit is contained in:
2024-05-18 14:38:15 +02:00
parent 894b23166c
commit 2c64cca921
2 changed files with 3 additions and 3 deletions

View File

@@ -82,7 +82,7 @@ const getLineColor = (result: Result) => {
</div>
<div class="end">
<span>Filter: </span>
<input type="search" class="w-96" v-model="filter" >
<input type="search" class="w-96" v-model="filter" />
</div>
</div>
</div>
@@ -96,7 +96,7 @@ const getLineColor = (result: Result) => {
<SortableHeader v-bind="headerProps" sortKey="remaining">Remaining Amount</SortableHeader>
<SortableHeader v-bind="headerProps" sortKey="precentProfit">Profit (%)</SortableHeader>
<SortableHeader v-bind="headerProps" sortKey="iskProfit">Profit (ISK)</SortableHeader>
<th v-if="!infoOnly"></th>
<th v-if="!infoOnly" />
</tr>
</thead>
<tbody>