Skip to content

Commit

Permalink
Fix small lint error (#2077)
Browse files Browse the repository at this point in the history
  • Loading branch information
belcherj authored May 12, 2020
1 parent 25a41a4 commit c19ce2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/tag-chip/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type OwnProps = {
const TagChip: FunctionComponent<OwnProps> = ({
onSelect,
selected,
tagName
tagName,
}) => (
<div
className={classNames('tag-chip', { selected })}
Expand Down

0 comments on commit c19ce2e

Please sign in to comment.