From 14ea7f0c1d1ae912cf4213b913b82d86eadf20de Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 23 May 2021 18:16:59 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Remove=20unused=20variable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nest_frontend/components/interactive/SelectLanguage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nest_frontend/components/interactive/SelectLanguage.js b/nest_frontend/components/interactive/SelectLanguage.js index 3bc7652..e266ac1 100644 --- a/nest_frontend/components/interactive/SelectLanguage.js +++ b/nest_frontend/components/interactive/SelectLanguage.js @@ -12,7 +12,7 @@ import ContextLanguage from "../../contexts/ContextLanguage" * @constructor */ export default function SelectLanguage({ ...props }) { - const { strings, lang, setLang } = useContext(ContextLanguage) + const { lang, setLang } = useContext(ContextLanguage) return (