Skip to content

Commit

Permalink
Avoid double-stacked <hr /> lines in trends (#4014)
Browse files Browse the repository at this point in the history
Broken by #3961
  • Loading branch information
macobo authored Apr 16, 2021
1 parent 2836b16 commit 8952939
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ export function TrendTab({ view }: TrendTabProps): JSX.Element {
/>
)}

<hr />
{filters.insight === ViewType.LIFECYCLE && (
<>
<hr />
<h4 className="secondary">Lifecycle Toggles</h4>
{filtersLoading ? (
<Skeleton active />
Expand Down

0 comments on commit 8952939

Please sign in to comment.