Skip to content

Commit

Permalink
Missing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-b-m committed May 18, 2024
1 parent e9c3458 commit 6743fc5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions FreeAPS/Sources/Modules/Settings/View/SettingsRootView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ extension Settings {
}

if let latest = fetchedVersionNumber.first,
(latest.nr ?? "") > state
.versionNumber ||
((latest.nr ?? "") > state.versionNumber) ||
((latest.nr ?? "") < state.versionNumber && (latest.dev ?? "") > state.versionNumber)
{
Text(
Expand Down

0 comments on commit 6743fc5

Please sign in to comment.