Fix compilation error for release build
This commit is contained in:
@@ -111,5 +111,9 @@ struct ContentView: View {
|
||||
}
|
||||
|
||||
#Preview {
|
||||
#if DEBUG
|
||||
ContentView(.fake)
|
||||
#else
|
||||
ContentView(.coinbase)
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user