mirror of
https://github.com/HabitRPG/habitica.git
synced 2026-04-24 03:25:47 -05:00
fix(event): end New Year's cards
This commit is contained in:
@@ -478,8 +478,8 @@ export default {
|
||||
categories.push({
|
||||
identifier: 'cards',
|
||||
text: this.$t('cards'),
|
||||
items: _map(_filter(this.content.cardTypes, (value, key) => {
|
||||
return value.yearRound || key === 'nye';
|
||||
items: _map(_filter(this.content.cardTypes, (value) => {
|
||||
return value.yearRound;
|
||||
}), (value) => {
|
||||
return {
|
||||
...getItemInfo(this.user, 'card', value),
|
||||
|
||||
Reference in New Issue
Block a user