Skip to content

Commit 5e63e17

Browse files
committed
Remove superfluous name from highlights card stories
1 parent 8c7e55a commit 5e63e17

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

dotcom-rendering/src/components/Masthead/HighlightsCard.stories.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ const CardWrapper = ({ children }: { children: React.ReactNode }) => {
6565
export const Default = {};
6666

6767
export const WithQuotes: Story = {
68-
name: 'With Quotes',
6968
args: {
7069
showQuotedHeadline: true,
7170
},
@@ -101,7 +100,6 @@ export const WithAvatar: Story = {
101100
avatarUrl:
102101
'https://uploads.guim.co.uk/2017/10/06/George-Monbiot,-L.png',
103102
},
104-
name: 'With Avatar',
105103
};
106104

107105
export const WithMediaIcon: Story = {
@@ -116,8 +114,6 @@ export const WithMediaIcon: Story = {
116114
duration: '30:65',
117115
},
118116
},
119-
120-
name: 'With Media Icon',
121117
};
122118

123119
export const WithLiveKicker: Story = {
@@ -128,8 +124,6 @@ export const WithLiveKicker: Story = {
128124
theme: Pillar.News,
129125
},
130126
},
131-
132-
name: 'With Live Kicker',
133127
};
134128

135129
export const WithStarRating: Story = {
@@ -141,8 +135,6 @@ export const WithStarRating: Story = {
141135
},
142136
starRating: 4,
143137
},
144-
145-
name: 'With Star Rating',
146138
};
147139

148140
export const WithPodcastSeriesImage: Story = {
@@ -165,6 +157,4 @@ export const WithPodcastSeriesImage: Story = {
165157
duration: '31:16',
166158
},
167159
},
168-
169-
name: 'With Podcast Series Image',
170160
};

0 commit comments

Comments
 (0)