Skip to content

Commit 2690aa8

Browse files
committed
Fix new ESLint quotes rule error
standard/eslint-config-standard#151
1 parent f9a3eb9 commit 2690aa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/styles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ export const NavContainer = styled.nav`
3131
`
3232

3333
export const NavLink = styled(({ right, ...props }) => <Link {...props} />)`
34-
${props => props.right && `margin-left: auto;`}
34+
${props => props.right && 'margin-left: auto;'}
3535
`

0 commit comments

Comments
 (0)