From 4c502f50b45d339f9eb6fb3964b4eabc7ba7a36f Mon Sep 17 00:00:00 2001 From: Federico Brigante Date: Wed, 8 Jan 2020 15:44:00 +0700 Subject: Meta: Enable JSX linting (#2678) --- source/features/embed-gist-inline.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source/features/embed-gist-inline.tsx') diff --git a/source/features/embed-gist-inline.tsx b/source/features/embed-gist-inline.tsx index 931242a8..c7cc2196 100644 --- a/source/features/embed-gist-inline.tsx +++ b/source/features/embed-gist-inline.tsx @@ -33,8 +33,9 @@ async function embedGist(link: HTMLAnchorElement): Promise { max-height: 16em; overflow-y: auto; } - `}, - , + `} + , + , files ); } -- cgit v1.2.3