mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
Merge branch 'igor/feat/consents' of github.com:Monadical-SAS/reflector into igor/feat/consents
This commit is contained in:
@@ -44,7 +44,7 @@ import {
|
||||
} from "@chakra-ui/react";
|
||||
const TranscriptCreate = () => {
|
||||
|
||||
const isClient = typeof window === 'undefined';
|
||||
const isClient = typeof window !== 'undefined';
|
||||
const router = useRouter();
|
||||
const { isLoading, isAuthenticated } = useSessionStatus();
|
||||
const requireLogin = featureEnabled("requireLogin");
|
||||
|
||||
Reference in New Issue
Block a user