We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcea4f4 commit 907c8a3Copy full SHA for 907c8a3
src/features/settings/components/SourceSettings.tsx
@@ -61,8 +61,8 @@ export const SourceSettings = () => {
61
(card) => card.value !== confirmDelete.option?.value
62
)
63
const newCards = cards.filter((card) => card.name !== confirmDelete.option?.value)
64
- setUserCustomCards(newUserCards)
65
setCards(newCards)
+ setUserCustomCards(newUserCards)
66
setConfirmDelete({ showModal: false, option: undefined })
67
}}
68
/>
0 commit comments