Remove use verify auth on home
This commit is contained in:
@ -26,7 +26,6 @@ type PrimaryLayoutProps = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export function PrimaryLayout(props: PrimaryLayoutProps): JSX.Element {
|
export function PrimaryLayout(props: PrimaryLayoutProps): JSX.Element {
|
||||||
useVerifyAuth()
|
|
||||||
useApplyLocalTheme()
|
useApplyLocalTheme()
|
||||||
|
|
||||||
const { viewerData } = useGetViewerQuery()
|
const { viewerData } = useGetViewerQuery()
|
||||||
|
|||||||
Reference in New Issue
Block a user