diff --git a/dashboard-ui/scripts/dashboardpage.js b/dashboard-ui/scripts/dashboardpage.js
index a9f7240404..8d6e37576d 100644
--- a/dashboard-ui/scripts/dashboardpage.js
+++ b/dashboard-ui/scripts/dashboardpage.js
@@ -638,6 +638,11 @@
return "
";
}
+ if (clientLowered == "chrome companion") {
+
+ return "
";
+ }
+
return null;
},
@@ -1028,4 +1033,4 @@ $(document).on('pagebeforeshow', "#dashboardPage", DashboardPage.onPageShow)
.on('mouseleave.sessionItemMenu', '.playingSession', onHoverOut);
};
-})(jQuery, document, window);
\ No newline at end of file
+})(jQuery, document, window);