fix linting

This commit is contained in:
Troy Coutu
2018-04-24 21:02:47 -04:00
parent e8997231d7
commit c3f3f79dc1

View File

@@ -61,7 +61,12 @@ export default class TabBar extends React.Component { // need "this"
ref={id}
draggable={false}
>
<span title={team.name} className={unreadCount === 0 ? '' : 'teamTabItem-unread'}>{team.name}</span>
<span
title={team.name}
className={unreadCount === 0 ? '' : 'teamTabItem-unread'}
>
{team.name}
</span>
{ ' ' }
{ badgeDiv }
{permissionOverlay}