From c19ce2e7bd0cd8ff03d73437ff585dbfbc8d256c Mon Sep 17 00:00:00 2001 From: Jonathan Belcher Date: Tue, 12 May 2020 09:22:12 -0400 Subject: [PATCH] Fix small lint error (#2077) --- lib/components/tag-chip/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/components/tag-chip/index.tsx b/lib/components/tag-chip/index.tsx index fb1aad8e9..8e544643a 100644 --- a/lib/components/tag-chip/index.tsx +++ b/lib/components/tag-chip/index.tsx @@ -10,7 +10,7 @@ type OwnProps = { const TagChip: FunctionComponent = ({ onSelect, selected, - tagName + tagName, }) => (