fix acquisition list key

This commit is contained in:
2024-05-18 19:13:14 +02:00
parent 6c99fa0401
commit 2756bbb2c2

View File

@@ -100,7 +100,7 @@ const getLineColor = (result: Result) => {
</tr>
</thead>
<tbody>
<tr v-for="r in sortedArray" :key="r.typeID" :class="getLineColor(r)">
<tr v-for="r in sortedArray" :key="r.type.id" :class="getLineColor(r)">
<td>
<div class="flex">
<MarketTypeLabel :id="r.typeID" :name="r.name" />