Merged in feat/feature-flag-sas-point-transfer (pull request #1686)

Add feature flag for SAS point transfer

* Add feature flag for specifically SAS point transfer


Approved-by: Linus Flood
This commit is contained in:
Anton Gunnarsson
2025-04-01 07:55:46 +00:00
parent fa1f637136
commit 30c01a6000
3 changed files with 16 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ export default async function SASTransferPoints({
subtitle,
link,
}: Props) {
if (!env.SAS_ENABLED) {
if (!env.SAS_ENABLED || !env.SAS_POINT_TRANSFER_ENABLED) {
return null
}