From fe0c2b7d82c25b55d352bc2013e2f136a648d4c8 Mon Sep 17 00:00:00 2001 From: bluecloud <96812901+pitb2022@users.noreply.github.com> Date: Thu, 12 Oct 2023 14:16:51 +0800 Subject: [PATCH] fix(AddCollectionDialog): add bug comment --- src/components/Dialogs/AddCollectionDialog/Content.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Dialogs/AddCollectionDialog/Content.tsx b/src/components/Dialogs/AddCollectionDialog/Content.tsx index 086225c4f0..cf719a8436 100644 --- a/src/components/Dialogs/AddCollectionDialog/Content.tsx +++ b/src/components/Dialogs/AddCollectionDialog/Content.tsx @@ -90,6 +90,7 @@ const AddCollectionDialogContent: React.FC = ({ }, }, update(cache, result) { + // FIXME: Why not update user profile tab collection count? // updateUserProfile({ // cache, // userName,