Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Defined Padding.
Browse files Browse the repository at this point in the history
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
@@ -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;

0 comments on commit 2d76f91

Please sign in to comment.