Skip to content

Commit 7786b26

Browse files
feat: updateToReadStatus에 도토리 개수 invalidateQueries 제거
1 parent 67f79b1 commit 7786b26

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/client/src/pages/myBookmark/components/myBookmarkContent/MyBookmarkContent.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ const MyBookmarkContent = ({
9898
queryClient.invalidateQueries({
9999
queryKey: ['categoryBookmarkArticles'],
100100
});
101-
queryClient.invalidateQueries({ queryKey: ['acorns'] });
102101
},
103102
onError: (error: any) => {
104103
console.error(error);

0 commit comments

Comments
 (0)