Skip to content

Commit

Permalink
Remove incorrect description
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrookes committed Jan 26, 2020
1 parent a8fb2f7 commit 8cbc56e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions docs/src/pages/components/buttons/buttons.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ components: Button, ButtonGroup, Fab, IconButton, ButtonBase, Zoom
are high-emphasis, distinguished by their use of elevation and fill.
They contain actions that are primary to your app.

The last example of this demo show how to use an upload button.

{{"demo": "pages/components/buttons/ContainedButtons.js"}}

You can remove the elevation with the `disableElevation` prop.
Expand Down
5 changes: 0 additions & 5 deletions docs/src/pages/components/rating/HoverRating.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from 'react';
import PropTypes from 'prop-types';
import { makeStyles } from '@material-ui/core/styles';
import Rating from '@material-ui/lab/Rating';
import Tooltip from '@material-ui/core/Tooltip';
Expand Down Expand Up @@ -28,10 +27,6 @@ function IconContainer(props) {
);
}

IconContainer.propTypes = {
value: PropTypes.number.isRequired,
};

const useStyles = makeStyles({
rating1: {
width: 200,
Expand Down

0 comments on commit 8cbc56e

Please sign in to comment.