We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c5f9aa commit a1a6fa9Copy full SHA for a1a6fa9
WordPress/Classes/ViewRelated/Reader/Subscriptions/ReaderSubscriptionCell.swift
@@ -11,7 +11,7 @@ struct ReaderSubscriptionCell: View {
11
12
private var details: String {
13
let components = [
14
- URL(string: site.siteURL)?.host,
+ horizontalSizeClass == .compact ? nil : URL(string: site.siteURL)?.host,
15
Strings.numberOfSubscriptions(with: site.subscriberCount.intValue)
16
]
17
return components.compactMap { $0 }.joined(separator: " · ")
0 commit comments