1
0
mirror of https://github.com/mastodon/mastodon-ios.git synced 2025-01-31 17:45:17 +01:00

Cleanup (IOS-284)

This commit is contained in:
Nathan Mattes 2024-06-30 19:53:15 +02:00
parent 6315abeb9e
commit 663bff6cb2

View File

@ -236,7 +236,6 @@ public final class StatusCardControl: UIControl {
}
if let author = card.authors?.first, let account = author.account {
// , , author.url?.isEmpty == false
authorAccountButton.configure(with: account)
authorAccountButton.isHidden = false
authorLabel.isHidden = true