Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix TableBody duplicate propTypes #1917

Merged
merged 1 commit into from
Oct 19, 2015
Merged

Fix TableBody duplicate propTypes #1917

merged 1 commit into from
Oct 19, 2015

Conversation

shiningjason
Copy link
Contributor

Duplicate propTypes in TableBody, and I removed unnecessary one.

@@ -15,11 +15,6 @@ const TableBody = React.createClass({
muiTheme: React.PropTypes.object,
},

propTypes: {
label: React.PropTypes.node,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems to be unused

@oliviertassinari
Copy link
Member

@shiningjason1989 Looks good 👍. I will merge as soon as the travis build is green.

oliviertassinari added a commit that referenced this pull request Oct 19, 2015
…e-propTypes

[TableBody] Remove duplicate propTypes
@oliviertassinari oliviertassinari merged commit 26141b0 into mui:master Oct 19, 2015
@shiningjason shiningjason deleted the fix-TableBody-duplicate-propTypes branch October 20, 2015 01:40
mnajdova pushed a commit to mnajdova/material-ui that referenced this pull request Nov 10, 2020
Bumps [@rollup/plugin-babel](https://github.com/rollup/plugins) from 5.0.2 to 5.0.3.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](rollup/plugins@babel-v5.0.2...babel-v5.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
@zannager zannager added the component: table This is the name of the generic UI component, not the React module! label Mar 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: table This is the name of the generic UI component, not the React module!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants