diff --git a/AltStore/View Components/AppRowView.swift b/AltStore/View Components/AppRowView.swift index 1ccf8791..d49929eb 100644 --- a/AltStore/View Components/AppRowView.swift +++ b/AltStore/View Components/AppRowView.swift @@ -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)