@State var executivPersonel : Bool = false @State var executivPersonel : Bool = LoginScreen().executivPersonel if(executivPersonel == false){ TopActionButton() CenterActionButton() BottomActionButton() LastActionButton() } else{ TopActionButton() BottomActionButton() LastActionButton() }