This commit is contained in:
zeppi 2021-02-04 15:42:59 -05:00 committed by jessopb
parent dc65f6140b
commit 18682fdac0

View file

@ -171,7 +171,6 @@ export default function TagsSearch(props: Props) {
<ul className="tags--remove">
{!tagsPassedIn.length && <Tag key={`placeholder-tag`} name={'example'} disabled type={'remove'} />}
{Boolean(tagsPassedIn.length) &&
// .filter(t => !UTILITY_TAGS.includes(t.name))
tagsPassedIn
.filter(t => !UTILITY_TAGS.includes(t.name))
.map(tag => (