show year for next hourglass

This commit is contained in:
Phillip Thelen
2023-02-10 17:13:20 +01:00
parent 41cdab1672
commit 77229f3e5e
2 changed files with 2 additions and 2 deletions

View File

@@ -153,7 +153,7 @@ export default {
nextHourglassDate () {
const currentPlanContext = getPlanContext(this.hero, new Date());
return currentPlanContext.nextHourglassDate.format('MMMM');
return currentPlanContext.nextHourglassDate.format('MMMM YYYY');
},
},
methods: {