Remove propTypes

This commit is contained in:
Alex Krolick
2018-03-23 11:41:07 -07:00
parent 3c44882d68
commit f9225e2562

View File

@@ -23,14 +23,6 @@ function Toolbar(props) {
}
class App extends React.Component {
static propTypes = {
theme: PropTypes.string,
signedInUser: PropTypes.shape({
id: number,
name: string,
}),
};
render() {
const {signedInUser, theme} = this.props;