Skip to content

Commit

Permalink
release: v2.14.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
fspoettel committed Feb 24, 2025
1 parent 2e2b46b commit 60a8e92
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "arkham.build",
"private": true,
"version": "2.13.1",
"version": "2.14.0",
"type": "module",
"engines": {
"node": "22.x"
Expand Down
2 changes: 1 addition & 1 deletion src/pages/deck-edit/card-access-toggles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ function hasLimitedSlots(deck: ResolvedDeck) {
...getAdditionalDeckOptions(deck),
];

return options.some((o) => o.limit) ?? false;
return options.some((o) => o.limit);
}

0 comments on commit 60a8e92

Please sign in to comment.