Skip to content

Commit

Permalink
disable version button when is up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
Stepanokdev committed Nov 2, 2023
1 parent 3a793a8 commit 9329510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Profile/Profile/Presentation/Profile/ProfileView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public struct ProfileView: View {
}

}
})
}).disabled(viewModel.versionState == .actual)

}.cardStyle(
bgColor: Theme.Colors.textInputUnfocusedBackground,
Expand Down

0 comments on commit 9329510

Please sign in to comment.