Fix wrong Post proptypes
This commit is contained in:
parent
d7e93f3ac1
commit
aacb598426
|
@ -11,7 +11,7 @@ import moment from 'moment'
|
||||||
export default class Post extends Component {
|
export default class Post extends Component {
|
||||||
static propTypes = {
|
static propTypes = {
|
||||||
isLoading: PropTypes.bool.isRequired,
|
isLoading: PropTypes.bool.isRequired,
|
||||||
post: PropTypes.object.isRequired,
|
post: PropTypes.string.isRequired,
|
||||||
config: PropTypes.object.isRequired
|
config: PropTypes.object.isRequired
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue