Translation: Test: Fix UselessTranslationKeysTest issue

This commit is contained in:
Alexey Safronov 2024-05-02 15:05:10 +04:00
parent 6eb53fc6ac
commit e0ef798bb3

View File

@ -141,7 +141,7 @@ const Editor = ({
)?.["Editor"] as { )?.["Editor"] as {
[key: string]: string; [key: string]: string;
} }
)?.["FileLocation"]; )?.["FileLocation"]; // t("FileLocation");
if (editorGoBack === "false" || user?.isVisitor || !user) { if (editorGoBack === "false" || user?.isVisitor || !user) {
} else if (editorGoBack === "event") { } else if (editorGoBack === "event") {
@ -294,3 +294,4 @@ const Editor = ({
}; };
export default Editor; export default Editor;