Skip to content

Commit 44123d7

Browse files
feat: update lint
1 parent d924ecb commit 44123d7

File tree

1 file changed

+5
-1
lines changed
  • packages/template-retail-react-app/app/components/header

1 file changed

+5
-1
lines changed

packages/template-retail-react-app/app/components/header/index.jsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,11 @@ const Header = ({
174174
<Box as="header" role="banner" {...styles.container} {...props}>
175175
<Box {...styles.content}>
176176
{showLoading && <LoadingSpinner wrapperStyles={{height: '100vh'}} />}
177-
<Flex wrap="wrap" alignItems={['baseline', 'baseline', 'baseline', 'center']} {...styles.headerFlex}>
177+
<Flex
178+
wrap="wrap"
179+
alignItems={['baseline', 'baseline', 'baseline', 'center']}
180+
{...styles.headerFlex}
181+
>
178182
<IconButton
179183
aria-label={intl.formatMessage({
180184
id: 'header.button.assistive_msg.menu',

0 commit comments

Comments
 (0)