Skip to content

Commit 61931c3

Browse files
committed
Fix Linting Issue
1 parent ba305c3 commit 61931c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/header/components/NHSLogo.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ const SVGImageWithSrc: React.FC<SVGImageWithSrc> = props => <image {...props} />
1414
const NHSLogo: React.FC<NHSLogoNavProps> = ({
1515
className,
1616
alt,
17-
asElement:
18-
Component = 'a',
17+
asElement: Component = 'a',
1918
...rest
2019
}) => {
2120
const { serviceName, hasMenuToggle, hasSearch } = useContext<IHeaderContext>(HeaderContext);

0 commit comments

Comments
 (0)