Skip to content

Commit

Permalink
Fix frontend lint
Browse files Browse the repository at this point in the history
  • Loading branch information
frcroth committed Nov 18, 2024
1 parent a4817e4 commit f52c528
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ class ExplorativeAnnotationsView extends React.PureComponent<Props, State> {
</div>
<div className="flex-container">
<div className="flex-item" style={{ flexGrow: 0 }}>
{teamTags.length > 0 ? <TeamOutlined className="icon-margin-right"/> : null}
{teamTags.length > 0 ? <TeamOutlined className="icon-margin-right" /> : null}
</div>
<div className="flex-item">{teamTags}</div>
</div>
Expand Down

0 comments on commit f52c528

Please sign in to comment.