mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-19 18:24:12 +00:00
Added needs cron check to achievements (#9624)
This commit is contained in:
parent
ae0df2242a
commit
e138d2b67b
1 changed files with 2 additions and 0 deletions
|
|
@ -311,6 +311,8 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
checkUserAchievements () {
|
||||
if (this.user.needsCron) return;
|
||||
|
||||
// List of prompts for user on changes. Sounds like we may need a refactor here, but it is clean for now
|
||||
if (!this.user.flags.welcomed) {
|
||||
this.$store.state.avatarEditorOptions.editingUser = false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue