mirror of
https://github.com/navidrome/navidrome.git
synced 2026-05-03 06:51:16 +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 = {
|
ExpandInfoDialog.propTypes = {
|
||||||
title: PropTypes.string,
|
title: PropTypes.string,
|
||||||
content: PropTypes.elementType.isRequired,
|
content: PropTypes.object.isRequired,
|
||||||
}
|
}
|
||||||
|
|
||||||
export default ExpandInfoDialog
|
export default ExpandInfoDialog
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user