Fixed highlighting of NavLinks in user's profile

This commit is contained in:
Philipp Czora
2018-11-14 16:21:54 +01:00
parent 610cf2b772
commit aff376f873
3 changed files with 17 additions and 9 deletions

View File

@@ -7,9 +7,9 @@ import {
PasswordConfirmation,
SubmitButton
} from "@scm-manager/ui-components";
import {translate} from "react-i18next";
import type {Me} from "@scm-manager/ui-types";
import {changePassword} from "../modules/changePassword";
import { translate } from "react-i18next";
import type { Me } from "@scm-manager/ui-types";
import { changePassword } from "../modules/changePassword";
type Props = {
me: Me,