Skip to content

Commit

Permalink
[core] Fix CI fail
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Mar 31, 2019
1 parent 57efc5e commit bbfbb0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/src/pages/demos/tables/CustomizedTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ function CustomizedTable(props: CustomizedTableProps) {
<TableRow>
<CustomTableCell>Dessert (100g serving)</CustomTableCell>
<CustomTableCell align="right">Calories</CustomTableCell>
<CustomTableCell align="right">Fat (g)</CustomTableCell>
<CustomTableCell align="right">Carbs (g)</CustomTableCell>
<CustomTableCell align="right">Protein (g)</CustomTableCell>
<CustomTableCell align="right">Fat (g)</CustomTableCell>
<CustomTableCell align="right">Carbs (g)</CustomTableCell>
<CustomTableCell align="right">Protein (g)</CustomTableCell>
</TableRow>
</TableHead>
<TableBody>
Expand Down
6 changes: 3 additions & 3 deletions docs/src/pages/demos/tables/DenseTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ function DenseTable(props: DenseTableProps) {
<TableRow>
<TableCell>Dessert (100g serving)</TableCell>
<TableCell align="right">Calories</TableCell>
<TableCell align="right">Fat (g)</TableCell>
<TableCell align="right">Carbs (g)</TableCell>
<TableCell align="right">Protein (g)</TableCell>
<TableCell align="right">Fat (g)</TableCell>
<TableCell align="right">Carbs (g)</TableCell>
<TableCell align="right">Protein (g)</TableCell>
</TableRow>
</TableHead>
<TableBody>
Expand Down

0 comments on commit bbfbb0c

Please sign in to comment.