Skip to content

Commit

Permalink
rm unused test subj
Browse files Browse the repository at this point in the history
  • Loading branch information
stephmilovic committed Apr 17, 2020
1 parent 967970e commit 69f9e82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const TagList = React.memo(
)}
</EuiFlexGroup>
<EuiHorizontalRule margin="xs" />
<MyFlexGroup gutterSize="xs" data-test-subj="grr" wrap>
<MyFlexGroup gutterSize="xs" wrap>
{tags.length === 0 && !isEditTags && <p data-test-subj="no-tags">{i18n.NO_TAGS}</p>}
{tags.length > 0 &&
!isEditTags &&
Expand Down

0 comments on commit 69f9e82

Please sign in to comment.