Skip to content

Commit

Permalink
fix(AddCollectionDialog): add bug comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wlliaml committed Oct 12, 2023
1 parent cffa8c1 commit fe0c2b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Dialogs/AddCollectionDialog/Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ const AddCollectionDialogContent: React.FC<FormProps> = ({
},
},
update(cache, result) {
// FIXME: Why not update user profile tab collection count?
// updateUserProfile({
// cache,
// userName,
Expand Down

0 comments on commit fe0c2b7

Please sign in to comment.