Skip to content

Commit

Permalink
Merge branch 'main' into app-actions-discard-review-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ibolton336 authored Nov 9, 2023
2 parents cf4cfee + db83950 commit 2c066a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/src/app/pages/applications/applications.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {
Title,
} from "@patternfly/react-core";
import { useTranslation } from "react-i18next";
import spacing from "@patternfly/react-styles/css/utilities/Spacing/spacing";

const ApplicationsTable = lazy(() => import("./applications-table"));

Expand All @@ -16,7 +15,7 @@ export const Applications: React.FC = () => {

return (
<>
<PageSection variant={PageSectionVariants.light} className={spacing.pb_0}>
<PageSection variant={PageSectionVariants.light}>
<Level>
<LevelItem>
<Title headingLevel="h1">
Expand Down

0 comments on commit 2c066a6

Please sign in to comment.