@@ -65,7 +65,6 @@ const CardWrapper = ({ children }: { children: React.ReactNode }) => {
6565export const Default = { } ;
6666
6767export 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
107105export 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
123119export 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
135129export const WithStarRating : Story = {
@@ -141,8 +135,6 @@ export const WithStarRating: Story = {
141135 } ,
142136 starRating : 4 ,
143137 } ,
144-
145- name : 'With Star Rating' ,
146138} ;
147139
148140export 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