We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 384902d commit c36fabdCopy full SHA for c36fabd
1 file changed
Application/DevLogPresentation/Sources/Profile/ProfileView.swift
@@ -43,9 +43,7 @@ struct ProfileView: View {
43
store.send(.updateStatusTextFieldFocus(newValue), animation: .default)
44
}
45
.alert($store.scope(state: \.alert, action: \.alert))
46
- .sheet(isPresented: $store.showQuarterPicker) {
47
- quarterPickerSheet
48
- }
+ .sheet(isPresented: $store.showQuarterPicker) { quarterPickerSheet }
49
.overlay {
50
if store.isLoading {
51
LoadingView()
0 commit comments