Skip to content

Commit 6f84cd5

Browse files
authored
Replace conditional check with betafeatures
1 parent 45a5afa commit 6f84cd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lara/views/ContentView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ struct ContentView: View {
141141
ZeroView(mgr: mgr)
142142
}
143143

144-
if 1 == 2 {
144+
if betafeatures {
145145
NavigationLink("3 App Bypass") {
146146
AppsView(mgr: mgr)
147147
}

0 commit comments

Comments
 (0)