Skip to content

Commit e0b1028

Browse files
committed
fix identifying cards
1 parent 695fc7b commit e0b1028

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/preferences/AppReducer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const AppReducer = (state, action) => {
2525
}
2626
break
2727
case 'setCards':
28-
identifyUserCards(value.map((card) => card.value))
28+
identifyUserCards(value.map((card) => card.name))
2929
newState = { ...state, cards: value }
3030
break
3131
case 'setChangelogMeta':

0 commit comments

Comments
 (0)