Only show beta tag in saas platform
This commit is contained in:
committed by
Dat H. Pham
parent
4281ff65b0
commit
f64a697793
@@ -65,5 +65,5 @@ class AppConfig {
|
||||
|
||||
static String get _platformEnv => dotenv.get('PLATFORM', fallback: 'other');
|
||||
|
||||
static bool get isSaasPlatForm => _platformEnv == saasPlatform;
|
||||
static bool get isSaasPlatForm => _platformEnv.toLowerCase() == saasPlatform;
|
||||
}
|
||||
Reference in New Issue
Block a user