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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user