Fix JS console warning

This commit is contained in:
Deluan 2021-09-26 17:36:30 -04:00
parent 6752e0a17d
commit b4e5c662dc
1 changed files with 1 additions and 1 deletions

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