Skip to content

Commit

Permalink
Delete unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
kanatagu authored and SachiGoto committed Feb 23, 2024
1 parent d86d32b commit 8f37432
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/trip/hooks/useTagCreateDelete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ export const useTagCreateDelete = (tagsCollectionRefetch: () => void) => {
await deleteTagMutation({
variables: {
id: id
},
refetchQueries: []
}
})

// refetch all tripDetails in case tag is used
Expand Down

0 comments on commit 8f37432

Please sign in to comment.