diff --git a/frontend/pages/hosts/HostDetailsPage/HostDetailsPage.jsx b/frontend/pages/hosts/HostDetailsPage/HostDetailsPage.jsx index 1779a8b35e..ceffd0d312 100644 --- a/frontend/pages/hosts/HostDetailsPage/HostDetailsPage.jsx +++ b/frontend/pages/hosts/HostDetailsPage/HostDetailsPage.jsx @@ -306,7 +306,6 @@ export class HostDetailsPage extends Component { const { host, isOnlyObserver, canTransferTeam } = this.props; const isOnline = host.status === "online"; - const isOffline = host.status === "offline"; // Hide action buttons for global and team only observers if (isOnlyObserver) { @@ -328,7 +327,7 @@ export class HostDetailsPage extends Component {