Fix build for macOS

This commit is contained in:
2024-09-14 12:20:53 -04:00
parent ad61ff0575
commit 9a615b139b

View File

@@ -57,7 +57,9 @@ public struct ContentView: View {
}
}
}
#if os(iOS) || SKIP
.pickerStyle(.navigationLink)
#endif
HStack {
TextField("", text: $satsViewModel.btcToCurrencyString)