mirror of
https://github.com/Radarr/Radarr
synced 2024-12-30 11:55:18 +00:00
Fixed: Console Warning on MovieTitlesRow due to incorrect variable type
This commit is contained in:
parent
027a388157
commit
d8dc35913d
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ MovieTitlesRow.propTypes = {
|
|||
id: PropTypes.number.isRequired,
|
||||
title: PropTypes.string.isRequired,
|
||||
language: PropTypes.object.isRequired,
|
||||
sourceType: PropTypes.object.isRequired
|
||||
sourceType: PropTypes.string.isRequired
|
||||
};
|
||||
|
||||
export default MovieTitlesRow;
|
||||
|
|
Loading…
Reference in a new issue