Revert "Revert "chore(lint): run fix""

This reverts commit 5179440f77.
This commit is contained in:
Sabe Jones
2021-08-27 18:54:55 -05:00
parent e6da2752a7
commit f13e982553
64 changed files with 303 additions and 228 deletions

View File

@@ -32,7 +32,7 @@
<div class="row">
<div
v-if="!loading &&
this.filteredChallenges.length === 0"
this.filteredChallenges.length === 0"
class="no-challenges text-center col-md-6 offset-3"
>
<h2 v-once>
@@ -124,7 +124,6 @@ import challengeUtilities from '@/mixins/challengeUtilities';
import positiveIcon from '@/assets/svg/positive.svg';
export default {
components: {
Sidebar,