Skip to content

Commit 551a28a

Browse files
committed
Remove removeReview errorPolicy
1 parent c7df9c1 commit 551a28a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Review.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ export default ({ review }) => {
112112
const [editing, setEditing] = useState(false)
113113

114114
const [removeReview] = useMutation(REMOVE_REVIEW_MUTATION, {
115-
errorPolicy: 'ignore',
116115
update: (cache) => cache.evict({ id: cache.identify(review) }),
117116
})
118117

0 commit comments

Comments
 (0)