Assume test build if appType == .beta
This commit is contained in:
parent
6c87e0a15b
commit
d558edf665
|
@ -35,7 +35,7 @@ extension OrganizerView {
|
|||
@Binding var alertType: AlertType?
|
||||
|
||||
private var isTestBuild: Bool {
|
||||
Constants.App.isBeta
|
||||
Constants.App.isBeta || Constants.InApp.appType == .beta
|
||||
}
|
||||
|
||||
private let redditURL = Constants.URLs.subreddit
|
||||
|
|
Loading…
Reference in New Issue