Merged in feature/SW-2320-languagebased-hide-for-next-release (pull request #1937)
Language based alternative to HIDE_FOR_NEXT_RELEASE Approved-by: Anton Gunnarsson
This commit is contained in:
10
apps/scandic-web/hooks/useIsLangLive.ts
Normal file
10
apps/scandic-web/hooks/useIsLangLive.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
"use client"
|
||||
|
||||
import { env } from "@/env/client"
|
||||
|
||||
import useLang from "./useLang"
|
||||
|
||||
export function useIsLangLive(): boolean {
|
||||
const lang = useLang()
|
||||
return env.isLangLive(lang)
|
||||
}
|
||||
Reference in New Issue
Block a user