Skip to content

Commit cf3e909

Browse files
committed
Don't show redundant warning
1 parent 91bbe50 commit cf3e909

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

SF50 TOLD/Views/Performance/Landing/Results/LandingResultsView.swift

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
import Defaults
21
import SF50_Shared
32
import SwiftUI
43

54
struct LandingResultsView: View {
6-
@Default(.VREFAdditive)
7-
private var VREFAdditive
8-
95
@Environment(LandingPerformanceViewModel.self)
106
private var performance
117

@@ -23,9 +19,6 @@ struct LandingResultsView: View {
2319
Section("Performance") {
2420
VREFView()
2521
VREFAdditiveView()
26-
if VREFAdditive.converted(to: .knots).value > 0 {
27-
VREFAdditiveWarningView()
28-
}
2922
LandingGroundRunView()
3023
LandingDistanceView()
3124
GoAroundClimbGradientView()

0 commit comments

Comments
 (0)