mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-19 11:43:24 +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)
|
.font(.callout)
|
||||||
.foregroundColor(.secondary)
|
.foregroundColor(.secondary)
|
||||||
|
|
||||||
RatingStars(rating: 4)
|
if false {
|
||||||
.frame(height: 12)
|
RatingStars(rating: 4)
|
||||||
.foregroundColor(.secondary)
|
.frame(height: 12)
|
||||||
|
.foregroundColor(.secondary)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.lineLimit(1)
|
.lineLimit(1)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user