We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c48fa1 commit 6958130Copy full SHA for 6958130
front/src/applications/editor/Home.tsx
@@ -12,7 +12,7 @@ import { ModalProvider } from 'common/BootstrapSNCF/ModalSNCF/ModalProvider';
12
import Editor from './Editor';
13
14
export default function HomeEditorUnplugged() {
15
- const { t } = useTranslation(['home', 'referenceMap']);
+ const { t } = useTranslation(['referenceMap']);
16
const infraID = useSelector(getInfraID);
17
const [getInfraById, { data: infra }] = osrdEditoastApi.endpoints.getInfraById.useLazyQuery({});
18
0 commit comments