Skip to content

Commit

Permalink
Fix UI test
Browse files Browse the repository at this point in the history
  • Loading branch information
philippzagar committed Feb 27, 2024
1 parent 0a54004 commit c276723
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ struct ConditionalModifierTestView: View {
.padding(.top, 20)

Button("Toggle Closure Condition") {
condition.toggle()
closureCondition.toggle()
}
.buttonStyle(.borderedProminent)
}
Expand Down

0 comments on commit c276723

Please sign in to comment.