Skip to content

Commit

Permalink
home: auto show-all release notes when there are not highlights
Browse files Browse the repository at this point in the history
  • Loading branch information
osy committed Apr 23, 2023
1 parent ea12d70 commit af1929e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Platform/Shared/VMReleaseNotesView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ struct VMReleaseNotesView: View {
if helper.releaseNotes.count == 0 {
isShowAll = true
} else if helper.releaseNotes.first!.body.count == 0 {
//isShowAll = true
isShowAll = true
}
}
}
Expand Down

0 comments on commit af1929e

Please sign in to comment.