Skip to content

Commit

Permalink
1967 Security tab is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
eiksta committed Aug 12, 2024
1 parent 7292cff commit e354934
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import SettingsTab from "../SettingsTab";
import { SettingsSection } from "../../shared/SettingsSection";
import SettingsSubsection, { SettingsSubsectionText } from "../../shared/SettingsSubsection";
import SdkConfig from "../../../../../SdkConfig";
import { UIFeature } from "../../../../../settings/UIFeature";

type InteractionName = "WebSettingsSidebarTabSpacesCheckbox" | "WebQuickSettingsPinToSidebarCheckbox";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import { MetaSpace } from "../../../../../../src/stores/spaces";
import { SettingLevel } from "../../../../../../src/settings/SettingLevel";
import { flushPromises } from "../../../../../test-utils";
import SdkConfig from "../../../../../../src/SdkConfig";
import { UIFeature } from "../../../../../../src/settings/UIFeature";

describe("<SidebarUserSettingsTab />", () => {
beforeEach(() => {
Expand Down Expand Up @@ -99,5 +98,4 @@ describe("<SidebarUserSettingsTab />", () => {

expect(screen.getByTestId("mx_SidebarUserSettingsTab_homeAllRoomsCheckbox")).toBeDisabled();
});

});

0 comments on commit e354934

Please sign in to comment.