I am trying to set the value of a @State var in an If statement that is inside of a struct of type :View, like so:
struct Name: View { @State someVar: Int = 0