From 474e955ec5d620595d37d8420ef1bca118c1808d Mon Sep 17 00:00:00 2001 From: Aki Hamano Date: Sat, 12 Oct 2024 00:29:07 +0900 Subject: [PATCH] Remove unnecessary ts-ignore comment --- src/index.tsx | 5 +---- src/source-editor.tsx | 4 ---- src/source-list.tsx | 7 +------ 3 files changed, 2 insertions(+), 14 deletions(-) diff --git a/src/index.tsx b/src/index.tsx index 228cd28..29047c1 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -77,10 +77,7 @@ const withInspectorControl = ) } { url && sources?.length > 0 && SHOW_PREVIEW_BUTTON && ( - +