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