Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre committed Mar 29, 2018
1 parent f29e11a commit ce8ce74
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/MenuPanel/MenuPanelAppGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ class MenuPanelAppGroup extends React.Component {
</span>
{comingSoon && (
<span>
<Badge shape="compact" style={{ fontVariant: 'small-caps' }}>soon</Badge>
<Badge shape="compact" style={{ fontVariant: 'small-caps' }}>
soon
</Badge>
</span>
)}
</ButtonItem>
Expand Down

0 comments on commit ce8ce74

Please sign in to comment.