Skip to content

Commit

Permalink
Fix new ESLint quotes rule error
Browse files Browse the repository at this point in the history
  • Loading branch information
zainfathoni committed Aug 20, 2019
1 parent f9a3eb9 commit 2690aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ export const NavContainer = styled.nav`
`

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

0 comments on commit 2690aa8

Please sign in to comment.