From 31fcc780495dff4b4b4539231fe7150e88a12a7e Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 10 Oct 2021 17:11:40 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Silence=20another=20annoying=20w?= =?UTF-8?q?arning?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 8cd9a37..eaccdd9 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -22,7 +22,7 @@ import {InstanceProvider} from "./contexts/instance" import {ThemeProvider} from "./contexts/theme" -function App({}: RouteComponentProps) { +function App({..._}: RouteComponentProps) { return (