diff --git a/Mastodon/In Progress New Layout and Datamodel/NotificationRowView.swift b/Mastodon/In Progress New Layout and Datamodel/NotificationRowView.swift index b8035f009..34a74e12e 100644 --- a/Mastodon/In Progress New Layout and Datamodel/NotificationRowView.swift +++ b/Mastodon/In Progress New Layout and Datamodel/NotificationRowView.swift @@ -581,7 +581,7 @@ struct NotificationRowView: View { componentView($0) } - if !viewModel.contentComponents.isEmpty { + if !viewModel.contentComponents.isEmpty && !viewModel.type.wantsFullStatusLayout { Spacer().frame(height: 2) }