Merged in feat/cleanup-env-variables (pull request #3394)
feat(env.variables): cleanup unused * feat(env.variables): cleanup unused Approved-by: Joakim Jäderberg
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import { Suspense } from "react"
|
||||
|
||||
import { env } from "@/env/server"
|
||||
|
||||
import { Section } from "@/components/Section"
|
||||
import SectionHeader from "@/components/Section/Header/Deprecated"
|
||||
import SectionLink from "@/components/Section/Link"
|
||||
@@ -23,10 +21,6 @@ export default async function SASTransferPoints({
|
||||
subtitle,
|
||||
link,
|
||||
}: Props) {
|
||||
if (!env.SAS_POINT_TRANSFER_ENABLED) {
|
||||
return null
|
||||
}
|
||||
|
||||
const lang = await getLang()
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user