diff --git a/src/ui/pages/SetLanguage.tsx b/src/ui/pages/SetLanguage.tsx index 7d95e6a..a5e04b5 100644 --- a/src/ui/pages/SetLanguage.tsx +++ b/src/ui/pages/SetLanguage.tsx @@ -50,6 +50,7 @@ export class SetLanguage extends Component { this.props.settings.pageDirection = t("language_direction"); // TODO: make navbar somethingy //reloadNavBar(this.router); - route("/"); + //route("/"); + window.location.pathname = "/"; } }