fix acquisition list key
This commit is contained in:
@@ -100,7 +100,7 @@ const getLineColor = (result: Result) => {
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<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>
|
<td>
|
||||||
<div class="flex">
|
<div class="flex">
|
||||||
<MarketTypeLabel :id="r.typeID" :name="r.name" />
|
<MarketTypeLabel :id="r.typeID" :name="r.name" />
|
||||||
|
|||||||
Reference in New Issue
Block a user