Fix JS console warning

This commit is contained in:
Deluan 2021-09-26 17:36:30 -04:00 committed by Joe Stump
parent 39915e1da9
commit 8c915059f8
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -51,7 +51,7 @@ const ExpandInfoDialog = ({ title, content }) => {
ExpandInfoDialog.propTypes = {
title: PropTypes.string,
content: PropTypes.elementType.isRequired,
content: PropTypes.object.isRequired,
}
export default ExpandInfoDialog