We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91bbe50 commit cf3e909Copy full SHA for cf3e909
1 file changed
SF50 TOLD/Views/Performance/Landing/Results/LandingResultsView.swift
@@ -1,11 +1,7 @@
1
-import Defaults
2
import SF50_Shared
3
import SwiftUI
4
5
struct LandingResultsView: View {
6
- @Default(.VREFAdditive)
7
- private var VREFAdditive
8
-
9
@Environment(LandingPerformanceViewModel.self)
10
private var performance
11
@@ -23,9 +19,6 @@ struct LandingResultsView: View {
23
19
Section("Performance") {
24
20
VREFView()
25
21
VREFAdditiveView()
26
- if VREFAdditive.converted(to: .knots).value > 0 {
27
- VREFAdditiveWarningView()
28
- }
29
22
LandingGroundRunView()
30
LandingDistanceView()
31
GoAroundClimbGradientView()
0 commit comments