1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -04:00

Fixed: Issue with link/tags icon to drop a line on movie details mobile (#4667)

#4523
This commit is contained in:
nitsua
2020-08-01 02:47:34 -04:00
committed by GitHub
parent ff7e929387
commit c07b370569
5 changed files with 26 additions and 10 deletions
@@ -238,7 +238,7 @@ MovieFileEditorRow.propTypes = {
customFormats: PropTypes.arrayOf(PropTypes.object).isRequired,
qualityCutoffNotMet: PropTypes.bool.isRequired,
languages: PropTypes.arrayOf(PropTypes.object).isRequired,
mediaInfo: PropTypes.object.isRequired,
mediaInfo: PropTypes.object,
onDeletePress: PropTypes.func.isRequired
};