mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-13 20:57:24 +01:00
client lint first pass
This commit is contained in:
@@ -170,7 +170,7 @@ export default {
|
||||
return this.$route.name !== 'news';
|
||||
},
|
||||
footerId () {
|
||||
if (this.$route.name === 'plans') return;
|
||||
if (this.$route.name === 'plans') return null;
|
||||
return 'purple-footer';
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user