Skip to content

Commit

Permalink
[TimePicker] Port component mui#4796
Browse files Browse the repository at this point in the history
fix lint
In the local test it gives me a problem with the EnhancedTable.js but when I commited it was wrong.
  • Loading branch information
Gerigot committed Nov 12, 2016
1 parent 457d946 commit 6ed99f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/site/src/demos/tables/EnhancedTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,15 +136,15 @@ function EnhancedTableToolbar(props, context) {
{numSelected > 0 ? (
<Text type="subheading">{numSelected} selected</Text>
) : (
<Text type="title">Nutrition</Text>
<Text type="title">Nutrition</Text>
)}
</div>
<div className={classes.spacer} />
<div className={classes.actions}>
{numSelected > 0 ? (
<IconButton>delete</IconButton>
) : (
<IconButton>filter_list</IconButton>
<IconButton>filter_list</IconButton>
)}
</div>
</Toolbar>
Expand Down

0 comments on commit 6ed99f1

Please sign in to comment.