Skip to content

Commit

Permalink
pass prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
YoniChechik committed Aug 21, 2022
1 parent 89f78aa commit 818d123
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import styles from './styles.module.css';
export default function SkipToContent(): JSX.Element {
const {containerRef, handleSkip} = useSkipToContent();
return (
<div
<div
ref={containerRef}
role="region"
aria-label={translate({id: 'theme.common.skipToMainContent'})}>
Expand Down

0 comments on commit 818d123

Please sign in to comment.