Fix JS console warning
This commit is contained in:
@@ -51,7 +51,7 @@ const ExpandInfoDialog = ({ title, content }) => {
|
|||||||
|
|
||||||
ExpandInfoDialog.propTypes = {
|
ExpandInfoDialog.propTypes = {
|
||||||
title: PropTypes.string,
|
title: PropTypes.string,
|
||||||
content: PropTypes.elementType.isRequired,
|
content: PropTypes.object.isRequired,
|
||||||
}
|
}
|
||||||
|
|
||||||
export default ExpandInfoDialog
|
export default ExpandInfoDialog
|
||||||
|
|||||||
Reference in New Issue
Block a user