diff --git a/frontend/src/Activity/Queue/QueueRow.js b/frontend/src/Activity/Queue/QueueRow.js
index 379cc4455..048492f2d 100644
--- a/frontend/src/Activity/Queue/QueueRow.js
+++ b/frontend/src/Activity/Queue/QueueRow.js
@@ -133,21 +133,14 @@ class QueueRow extends Component {
if (name === 'movie.sortTitle') {
return (
-
-
- );
- }
-
- if (name === 'movie') {
- return (
-
-
+ {
+ movie ?
+ :
+ title
+ }
);
}