mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-08 22:33:26 +01:00
AppRowView: Disable ratings if there aren't any ratings
This commit is contained in:
@@ -30,9 +30,11 @@ struct AppRowView: View {
|
||||
.font(.callout)
|
||||
.foregroundColor(.secondary)
|
||||
|
||||
RatingStars(rating: 4)
|
||||
.frame(height: 12)
|
||||
.foregroundColor(.secondary)
|
||||
if false {
|
||||
RatingStars(rating: 4)
|
||||
.frame(height: 12)
|
||||
.foregroundColor(.secondary)
|
||||
}
|
||||
}
|
||||
.lineLimit(1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user