mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-04 21:24:08 -04:00
Redirect if logged out in /notifications
This commit is contained in:
@@ -24,8 +24,10 @@ import { api } from 'web/lib/api'
|
||||
import { MultiSelectAnswers } from 'web/components/answers/answer-compatibility-question-content'
|
||||
import { usePersistentInMemoryState } from 'web/hooks/use-persistent-in-memory-state'
|
||||
import { debounce } from 'lodash'
|
||||
import {useRedirectIfSignedOut} from "web/hooks/use-redirect-if-signed-out";
|
||||
|
||||
export default function NotificationsPage() {
|
||||
useRedirectIfSignedOut()
|
||||
return (
|
||||
<LovePage trackPageView={'notifications page'}>
|
||||
<NoSEO />
|
||||
|
||||
Reference in New Issue
Block a user