mirror of
https://github.com/navidrome/navidrome.git
synced 2026-03-04 06:35:52 +00:00
Fix JS console warning
This commit is contained in:
parent
6752e0a17d
commit
b4e5c662dc
@ -51,7 +51,7 @@ const ExpandInfoDialog = ({ title, content }) => {
|
||||
|
||||
ExpandInfoDialog.propTypes = {
|
||||
title: PropTypes.string,
|
||||
content: PropTypes.elementType.isRequired,
|
||||
content: PropTypes.object.isRequired,
|
||||
}
|
||||
|
||||
export default ExpandInfoDialog
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user