automatic lint fixes (#14942)

* automatic lint fixes

* rerun lint

---------

Co-authored-by: negue <eugen.bolz@gmail.com>
This commit is contained in:
Phillip Thelen
2023-12-04 20:37:05 +01:00
committed by GitHub
parent 8db8a8267b
commit 916cb03a3a
41 changed files with 246 additions and 154 deletions

View File

@@ -32,7 +32,7 @@
<div class="row">
<div
v-if="!loading &&
this.filteredChallenges.length === 0"
filteredChallenges.length === 0"
class="no-challenges text-center col-md-6 offset-3"
>
<h2 v-once>
@@ -42,7 +42,7 @@
</div>
<div class="row">
<div
v-for="challenge in this.filteredChallenges"
v-for="challenge in filteredChallenges"
:key="challenge._id"
class="col-12 col-md-6"
>