fix(event): end New Year's cards

This commit is contained in:
SabreCat
2018-01-16 22:09:24 +00:00
parent d4f634c3d8
commit ff4c76165a
@@ -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),