Fix compilation error for release build

This commit is contained in:
2024-02-21 10:09:22 -05:00
parent b99c1b6981
commit a9bee9c3f7

View File

@@ -111,5 +111,9 @@ struct ContentView: View {
}
#Preview {
#if DEBUG
ContentView(.fake)
#else
ContentView(.coinbase)
#endif
}