Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolethoen committed Aug 20, 2024
1 parent 8615e64 commit ae9b938
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 5 additions & 3 deletions packages/demo-app-ts/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,11 @@ class App extends React.Component<{}, AppState> {
<BarsIcon />
</PageToggleButton>
</MastheadToggle>
<MastheadBrand data-codemods><MastheadLogo data-codemods>
<Brand src={imgBrand} alt="Patternfly Logo" heights={{ default: '40px' }} />
</MastheadLogo></MastheadBrand>
<MastheadBrand data-codemods>
<MastheadLogo data-codemods>
<Brand src={imgBrand} alt="Patternfly Logo" heights={{ default: '40px' }} />
</MastheadLogo>
</MastheadBrand>
</MastheadMain>
<MastheadContent>{AppToolbar}</MastheadContent>
</Masthead>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ export const TopologySideBar: React.FunctionComponent<TopologySideBarProps> = ({
{(resizable || show) && (
<React.Fragment>
{onClose && (
<Button icon={<TimesIcon />}
<Button
icon={<TimesIcon />}
className={css(styles.topologySideBarDismiss)}
variant="plain"
onClick={onClose as any}
Expand Down

0 comments on commit ae9b938

Please sign in to comment.