Skip to content

Commit

Permalink
Defined Padding.
Browse files Browse the repository at this point in the history
  • Loading branch information
aseem191 committed Aug 5, 2018
1 parent e03f264 commit 2d76f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/TableCell/TableCell.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function TableCell(props, context) {
...other
} = props;

Padding = padding === 'default' ? context.padding : padding;
let Padding = padding === 'default' ? context.padding : padding;

const { table } = context;
let Component;
Expand Down

0 comments on commit 2d76f91

Please sign in to comment.