diff --git a/src/renderer/src/App.tsx b/src/renderer/src/App.tsx index 66183a6..b01b1be 100644 --- a/src/renderer/src/App.tsx +++ b/src/renderer/src/App.tsx @@ -35,7 +35,7 @@ function App(): React.JSX.Element { const ipcHandle = (): void => window.electron.ipcRenderer.send('ping') - const { t, i18n } = useTranslation() + const { t } = useTranslation() return ( <>