eslint corrections in mainbundle

This commit is contained in:
2024-11-14 16:46:07 +01:00
parent 2d6d2a1f58
commit 0454e5d758
14 changed files with 26 additions and 22 deletions

View File

@@ -28,7 +28,8 @@
<td>{{ $d(c.openingDate.datetime, 'short') }}</td>
<td>
<span
v-for="i in c.socialIssues"
v-for="(i, index) in c.socialIssues"
:key="index"
class="chill-entity entity-social-issue"
>
<span class="badge bg-chill-l-gray text-dark">
@@ -112,4 +113,4 @@ export default {
span.badge.rounded-pill.bg-danger {
text-transform: uppercase;
}
</style>
</style>