Skip to content

Commit

Permalink
chore: fix linting in common package
Browse files Browse the repository at this point in the history
  • Loading branch information
mchappell committed Nov 13, 2024
1 parent 6403476 commit 96cf58c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/common/src/ui/components/Banner/Banner.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable complexity */
import React from 'react';
import { Typography } from 'antd';
import cn from 'classnames';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const DrawerNavigation = ({
onCloseIconClick,
leftActions,
rightActions,
title = undefined
title
}: DrawerNavigationProps): React.ReactElement => (
<div data-testid="drawer-navigation" className={styles.navigation}>
{leftActions || <div>{onArrowIconClick && <NavigationButton icon="arrow" onClick={onArrowIconClick} />}</div>}
Expand Down

0 comments on commit 96cf58c

Please sign in to comment.