chore(lint): run fix
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -149,7 +149,6 @@ import challengeUtilities from '@/mixins/challengeUtilities';
|
||||
import challengeIcon from '@/assets/svg/challenge.svg';
|
||||
import positiveIcon from '@/assets/svg/positive.svg';
|
||||
|
||||
|
||||
export default {
|
||||
components: {
|
||||
Sidebar,
|
||||
|
||||
Reference in New Issue
Block a user