diff --git a/Mac/MainWindow/About/CreditsNetNewsWireView.swift b/Mac/MainWindow/About/CreditsNetNewsWireView.swift index 5fec5540d..1e88be2d9 100644 --- a/Mac/MainWindow/About/CreditsNetNewsWireView.swift +++ b/Mac/MainWindow/About/CreditsNetNewsWireView.swift @@ -17,7 +17,7 @@ struct CreditsNetNewsWireView: View, LoadableAboutData { Section("Primary Contributors") { GroupBox { ForEach(0.. some View { + func contributorView(_ appCredit: AboutData.Contributor) -> some View { HStack { Text(appCredit.name) Spacer()