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