mirror of
https://github.com/navidrome/navidrome.git
synced 2025-08-10 00:52:20 +00:00
Fix JS console warning
This commit is contained in:
@@ -51,7 +51,7 @@ const ExpandInfoDialog = ({ title, content }) => {
|
||||
|
||||
ExpandInfoDialog.propTypes = {
|
||||
title: PropTypes.string,
|
||||
content: PropTypes.elementType.isRequired,
|
||||
content: PropTypes.object.isRequired,
|
||||
}
|
||||
|
||||
export default ExpandInfoDialog
|
||||
|
||||
Reference in New Issue
Block a user