X-Git-Url: http://these/git/?a=blobdiff_plain;f=src%2Fshared%2Fcomponents%2Fperson%2Fsettings.tsx;h=4caef458bbe84600baa0906672b36867bb92ca09;hb=c3ab9e74f8775f4b811866d2675b00f9702bde3d;hp=1ef95f5a5dd02cc3e29c5d30ebdd54d1a4a2c9a3;hpb=095294c9154eb63024691669019f39a2762fab7d;p=lemmy-ui.git diff --git a/src/shared/components/person/settings.tsx b/src/shared/components/person/settings.tsx index 1ef95f5..4caef45 100644 --- a/src/shared/components/person/settings.tsx +++ b/src/shared/components/person/settings.tsx @@ -29,7 +29,7 @@ import { SortType, } from "lemmy-js-client"; import { elementUrl, emDash, relTags } from "../../config"; -import { FirstLoadService, UserService } from "../../services"; +import { UserService } from "../../services"; import { HttpService, RequestState } from "../../services/HttpService"; import { I18NextService, languages } from "../../services/I18NextService"; import { setupTippy } from "../../tippy"; @@ -170,8 +170,6 @@ export class Settings extends Component { this.handleBlockPerson = this.handleBlockPerson.bind(this); this.handleBlockCommunity = this.handleBlockCommunity.bind(this); - FirstLoadService.isFirstLoad; - const mui = UserService.Instance.myUserInfo; if (mui) { const { @@ -318,7 +316,7 @@ export class Settings extends Component { changePasswordHtmlForm() { return ( <> -
{I18NextService.i18n.t("change_password")}
+

{I18NextService.i18n.t("change_password")}