fix acquisition list key
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user