fixing problem with not showing stale state
This commit is contained in:
@@ -56,7 +56,7 @@ struct InnerCircleView: View {
|
||||
}
|
||||
.padding()
|
||||
}
|
||||
else if self.authSessionStore.friendsArr.count < 0 {
|
||||
else if self.authSessionStore.friendsArr.count == 0 {
|
||||
VStack(alignment: .center) {
|
||||
Image("undraw_fall_is_coming_yl-0-x")
|
||||
.renderingMode(.original)
|
||||
|
||||
@@ -48,6 +48,7 @@ struct PhoneCodeVerificationView: View {
|
||||
.padding(.vertical)
|
||||
.keyboardType(.phonePad)
|
||||
.focused(self.$focusedInputField)
|
||||
|
||||
Text("Please allow up to 30 seconds to receive your code. Navigate back and re-enter phone number if you do not get the message.")
|
||||
.font(.caption)
|
||||
.foregroundColor(NirvanaColor.teal)
|
||||
|
||||
Reference in New Issue
Block a user