Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit 263abcd

Browse files
author
Achim Schneider
committed
prettier
1 parent b9cd967 commit 263abcd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/playground/src/app/Header/ShareSubmenu.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@ const gitPlaygroundUrl = (id: string): string => {
3131
return `${window.location.origin}/?${qs.stringify({ id })}`;
3232
};
3333

34-
const GistCreateResponse = ({ response }: { response: Common.GistCreateResponse }): ReactElement => {
34+
const GistCreateResponse = ({
35+
response,
36+
}: {
37+
response: Common.GistCreateResponse;
38+
}): ReactElement => {
3539
switch (response.type) {
3640
case 'SUCCESS':
3741
return <ViewGist gist={response.payload} />;

0 commit comments

Comments
 (0)