Skip to content

Commit

Permalink
Fix subs page
Browse files Browse the repository at this point in the history
  • Loading branch information
cigamit committed Sep 3, 2024
1 parent 8c50150 commit 6ffe0d6
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions awx/ui/src/screens/SubscriptionUsage/SubscriptionUsage.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import React from 'react';
import styled from 'styled-components';

import { t, Trans } from '@lingui/macro';
import { Banner, Card, PageSection } from '@patternfly/react-core';
import { InfoCircleIcon } from '@patternfly/react-icons';
import { t } from '@lingui/macro';
import { Card, PageSection } from '@patternfly/react-core';

import { useConfig } from 'contexts/Config';
import useBrandName from 'hooks/useBrandName';
import ScreenHeader from 'components/ScreenHeader';
import SubscriptionUsageChart from './SubscriptionUsageChart';

Expand All @@ -20,9 +18,6 @@ const MainPageSection = styled(PageSection)`
`;

function SubscriptionUsage() {
const config = useConfig();
const brandName = useBrandName();

return (
<>
<ScreenHeader
Expand Down

0 comments on commit 6ffe0d6

Please sign in to comment.