fix: missing deps on card remove callback
This commit is contained in:
parent
0307aeaf92
commit
b017d0d0bc
@ -100,7 +100,7 @@ const CardList = (props: { cards: Card[] }) => {
|
||||
],
|
||||
);
|
||||
},
|
||||
[cards, deleteMutation],
|
||||
[t, cards, deleteMutation],
|
||||
);
|
||||
|
||||
const onEdit = useCallback(
|
||||
|
Loading…
Reference in New Issue
Block a user