1
0
mirror of synced 2024-11-23 23:01:00 +01:00

fix: missing deps on card remove callback

This commit is contained in:
노주찬 2023-03-30 18:31:06 +09:00
parent 0307aeaf92
commit b017d0d0bc

View File

@ -100,7 +100,7 @@ const CardList = (props: { cards: Card[] }) => {
],
);
},
[cards, deleteMutation],
[t, cards, deleteMutation],
);
const onEdit = useCallback(