Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chamathns committed Apr 1, 2024
1 parent 3ee321b commit 1e17e68
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions features/admin-branding-v1/components/branding-core.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@ import {
ConfirmationModal,
DangerZone,
DangerZoneGroup,
DocumentationLink,
GenericIcon,
Message,
PageLayout,
useDocumentation,
useMediaContext
} from "@wso2is/react-components";
import cloneDeep from "lodash-es/cloneDeep";
Expand Down Expand Up @@ -60,22 +56,15 @@ import {
BrandingPreferenceInterface,
BrandingPreferenceLayoutInterface,
BrandingPreferenceThemeInterface,
PredefinedLayouts,
PredefinedThemes
PredefinedLayouts
} from "../models";
import BrandingPreferenceProvider from "../providers/branding-preference-provider";
import { BrandingPreferenceUtils } from "../utils";

/**
* Prop-types for the branding core component.
*/
type BrandingCoreInterface = IdentifiableComponentInterface;

/**
* Should show the org logo in the page title?
*/
const SHOW_ORGANIZATION_LOGO_IN_PAGE_TITLE: boolean = false;

/**
* Branding core.
*
Expand All @@ -92,7 +81,6 @@ const BrandingCore: FunctionComponent<BrandingCoreInterface> = (

const { t } = useTranslation();
const dispatch: Dispatch = useDispatch();
const { getLink } = useDocumentation();
const { isGreaterThanComputerViewport } = useMediaContext();
const { organizationType } = useGetCurrentOrganizationType();

Expand Down

0 comments on commit 1e17e68

Please sign in to comment.