mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 06:55:47 +01:00
Fixed highlighting of NavLinks in user's profile
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user