Fix build for macOS
This commit is contained in:
@@ -57,7 +57,9 @@ public struct ContentView: View {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#if os(iOS) || SKIP
|
||||||
.pickerStyle(.navigationLink)
|
.pickerStyle(.navigationLink)
|
||||||
|
#endif
|
||||||
|
|
||||||
HStack {
|
HStack {
|
||||||
TextField("", text: $satsViewModel.btcToCurrencyString)
|
TextField("", text: $satsViewModel.btcToCurrencyString)
|
||||||
|
|||||||
Reference in New Issue
Block a user