Skip to content

Commit 6958130

Browse files
SharglutDevMath-R
authored andcommitted
front: fix infra editor translation error
1 parent 1c48fa1 commit 6958130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front/src/applications/editor/Home.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { ModalProvider } from 'common/BootstrapSNCF/ModalSNCF/ModalProvider';
1212
import Editor from './Editor';
1313

1414
export default function HomeEditorUnplugged() {
15-
const { t } = useTranslation(['home', 'referenceMap']);
15+
const { t } = useTranslation(['referenceMap']);
1616
const infraID = useSelector(getInfraID);
1717
const [getInfraById, { data: infra }] = osrdEditoastApi.endpoints.getInfraById.useLazyQuery({});
1818

0 commit comments

Comments
 (0)