Skip to content

Commit

Permalink
Merge pull request #68 from akameco/hidden-column-header
Browse files Browse the repository at this point in the history
アイテムがない場合セッティングアイコンを隠す
  • Loading branch information
akameco authored Jul 5, 2017
2 parents 91918e7 + 082d24a commit 3956d6e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/components/ColumnHeader/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ class ColumnHeader extends React.PureComponent {
<Wrap>
<Header>
<Item onClick={this.handleClick}>
<IconButton>
<NavigationMenu color={'#999999'} />
</IconButton>
{children &&
<IconButton>
<NavigationMenu color={'#999999'} />
</IconButton>}
</Item>
<Title onClick={onTopClick}>
{name}
Expand Down

0 comments on commit 3956d6e

Please sign in to comment.