1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-02-24 07:10:57 +00:00

Remove empty space

This commit is contained in:
Qstick 2020-09-20 20:01:23 -04:00 committed by GitHub
parent d6d740a0d2
commit 1898114d8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@ function createMapStateToProps() {
command.body.movieIds.includes(movie.id)
);
});
const firstQueueItem = queueItems.find((q) => q.movieId === movie.id);
return {