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:
Linus Flood
2026-01-07 10:54:04 +00:00
parent 1ba94ff70a
commit 022fb729f7
3 changed files with 1 additions and 17 deletions

View File

@@ -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 (