Skip to content

Commit 2ac4930

Browse files
committed
Fix lint and ts errors
1 parent 2151234 commit 2ac4930

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

dotcom-rendering/src/components/Contributor.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { css } from '@emotion/react';
22
import {
33
headlineMedium17,
4-
palette as sourcePalette,
54
textEgyptianItalic17,
65
textSansItalic17,
76
until,

dotcom-rendering/src/components/ShareButton.stories.tsx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@ export const LinkCopied = () => {
5959
isCopied={true}
6060
isLiveBlogMeta={false}
6161
size="small"
62+
format={{
63+
display: ArticleDisplay.Standard,
64+
theme: Pillar.News,
65+
design: ArticleDesign.Standard,
66+
}}
67+
context="ArticleMeta"
6268
/>
6369
);
6470
};
@@ -72,6 +78,12 @@ export const LiveBlogMobileMeta = () => {
7278
isCopied={false}
7379
isLiveBlogMeta={true}
7480
size="small"
81+
format={{
82+
display: ArticleDisplay.Standard,
83+
theme: Pillar.News,
84+
design: ArticleDesign.Standard,
85+
}}
86+
context="ArticleMeta"
7587
/>
7688
);
7789
};
@@ -99,6 +111,12 @@ export const EmailLinkStory = () => {
99111
`}
100112
isLiveBlogMeta={true}
101113
size="small"
114+
format={{
115+
display: ArticleDisplay.Standard,
116+
theme: Pillar.News,
117+
design: ArticleDesign.Standard,
118+
}}
119+
context="ArticleMeta"
102120
/>
103121
);
104122
};

0 commit comments

Comments
 (0)