Fix linting issues

This commit is contained in:
Phillip Thelen
2024-04-26 13:15:30 +02:00
parent fbdaa50fcf
commit 99a7b90247
14 changed files with 65 additions and 42 deletions

View File

@@ -157,8 +157,8 @@
<strong>{{ $t('incentiveBackgrounds') }}</strong>
</div>
<div
class="row title-row"
v-if="standardBackgrounds.length < standardBackgroundMax"
class="row title-row"
>
<div
class="col-12"
@@ -301,14 +301,16 @@
/>
</div>
</div>
<customize-banner class="padding-fix"/>
<customize-banner class="padding-fix" />
</div>
<div v-else>
<h3 v-once> {{ $t('noItemsOwned') }} </h3>
<h3 v-once>
{{ $t('noItemsOwned') }}
</h3>
<p
v-once
v-html="$t('visitCustomizationsShop')"
class="w-50 mx-auto"
v-html="$t('visitCustomizationsShop')"
></p>
</div>
</div>