Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Nov 27, 2023
1 parent c3ac9c6 commit b9814ed
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/hooks/useWithoutAnonLoginOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ import { getIdFromSlug } from '@/utils/slug'
import { useRouter } from 'next/router'
import { useCallback, useEffect, useRef } from 'react'

const openLoginModal = () => {
useLoginModal.getState().setIsOpen(true)
}

export default function useWithoutAnonLoginOptions() {
const { query } = useRouter()
const chatId =
Expand Down

0 comments on commit b9814ed

Please sign in to comment.