Commit e811fd11 authored by BBeretta's avatar BBeretta

feat/language-translation (prettier fix)

parent b18d73b7
Pipeline #27182 passed with stages
in 12 minutes and 10 seconds
......@@ -2,7 +2,7 @@ import React, { useEffect } from "react";
import { useTranslation } from "react-i18next";
const LanguageSelector: React.FC = () => {
const { t, i18n } = useTranslation();
const { i18n } = useTranslation();
const onClickLanguageChange = (e: React.ChangeEvent<HTMLSelectElement>) => {
const language = e.target.value;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment