cleanup2
This commit is contained in:
parent
dc65f6140b
commit
18682fdac0
1 changed files with 0 additions and 1 deletions
|
@ -171,7 +171,6 @@ export default function TagsSearch(props: Props) {
|
||||||
<ul className="tags--remove">
|
<ul className="tags--remove">
|
||||||
{!tagsPassedIn.length && <Tag key={`placeholder-tag`} name={'example'} disabled type={'remove'} />}
|
{!tagsPassedIn.length && <Tag key={`placeholder-tag`} name={'example'} disabled type={'remove'} />}
|
||||||
{Boolean(tagsPassedIn.length) &&
|
{Boolean(tagsPassedIn.length) &&
|
||||||
// .filter(t => !UTILITY_TAGS.includes(t.name))
|
|
||||||
tagsPassedIn
|
tagsPassedIn
|
||||||
.filter(t => !UTILITY_TAGS.includes(t.name))
|
.filter(t => !UTILITY_TAGS.includes(t.name))
|
||||||
.map(tag => (
|
.map(tag => (
|
||||||
|
|
Loading…
Reference in a new issue