Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
JollyGrin committed Sep 14, 2024
1 parent 15e84ce commit f8f2d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/molecules/LoadDeck/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const LoadDeck = (props: GameStateActions) => {
...spell,
quantity: undefined, // Remove the quantity field
})).map(
(rest, i) =>
(rest) =>
({
id: rest.identifier + uuid(),
img: rest.identifier,
Expand Down

0 comments on commit f8f2d37

Please sign in to comment.