diff --git a/HNNow/Supporting Views/StoryRow.swift b/HNNow/Supporting Views/StoryRow.swift index e8db184..18f4e92 100644 --- a/HNNow/Supporting Views/StoryRow.swift +++ b/HNNow/Supporting Views/StoryRow.swift @@ -16,10 +16,8 @@ struct StoryRow : View { Text(story.title) .font(.headline) .lineLimit(2) - .accessibility(label: Text(story.title)) Text("\(story.score) points by \(story.by)") .font(.subheadline) - .accessibility(label: Text("\(story.score) points by \(story.by)")) } } }