Skip to content

Commit

Permalink
remove unused hook
Browse files Browse the repository at this point in the history
  • Loading branch information
AmarTrebinjac committed Jan 17, 2025
1 parent 667c867 commit 6639d50
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useMutation, useQueryClient } from '@tanstack/react-query';
import { useMutation } from '@tanstack/react-query';
import {
CONTENT_PREFERENCE_BLOCK_MUTATION,
CONTENT_PREFERENCE_FOLLOW_MUTATION,
Expand Down Expand Up @@ -33,7 +33,6 @@ type UseContentPreferenceProps = {
export const useContentPreference = ({
showToastOnSuccess,
}: UseContentPreferenceProps = {}): UseContentPreference => {
const queryClient = useQueryClient();
const { user, showLogin } = useAuthContext();
const { displayToast } = useToastNotification();
const { logEvent } = useLogContext();
Expand Down

0 comments on commit 6639d50

Please sign in to comment.