mirror of https://github.com/Radarr/Radarr
Remove unused variable from MovieHistoryRow
This commit is contained in:
parent
59186adbfc
commit
57e05b70da
|
@ -67,8 +67,7 @@ class MovieHistoryRow extends Component {
|
|||
data,
|
||||
isMarkingAsFailed,
|
||||
shortDateFormat,
|
||||
timeFormat,
|
||||
onMarkAsFailedPress
|
||||
timeFormat
|
||||
} = this.props;
|
||||
|
||||
const {
|
||||
|
|
Loading…
Reference in New Issue