Skip to content

Commit

Permalink
Remove unique id in advanced settings
Browse files Browse the repository at this point in the history
  • Loading branch information
eunjuhuss committed Jun 19, 2024
1 parent 1fce1a5 commit 244b539
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Dashboard/AdvancedSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { AccountLinking } from "components/Dashboard/AccountLinking";
import LadokContainer from "components/Dashboard/Ladok";
import React, { useEffect } from "react";
import { FormattedMessage, useIntl } from "react-intl";
import { AccountId } from "./AccountId";
import { DashboardBreadcrumbs } from "./DashboardBreadcrumbs";

/* The Dashboard "Advanced Settings" tab */
Expand Down Expand Up @@ -43,7 +42,6 @@ export function AdvancedSettings(): JSX.Element {
<Security />
<AccountLinking />
<LadokContainer />
<AccountId />
</React.Fragment>
);
}

0 comments on commit 244b539

Please sign in to comment.