Skip to content
Snippets Groups Projects

Update Bindings

Merged Dariusz Rybicki requested to merge feature/debug-bindings into development
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -36,6 +36,7 @@ public struct HomeView: View {
@@ -36,6 +36,7 @@ public struct HomeView: View {
if let failure = viewStore.failure {
if let failure = viewStore.failure {
Section {
Section {
Text(failure)
Text(failure)
 
.textSelection(.enabled)
Button {
Button {
viewStore.send(.messenger(.start))
viewStore.send(.messenger(.start))
} label: {
} label: {
Loading