From 241233cca36c96c24361d675fd51e6f6063ab182 Mon Sep 17 00:00:00 2001 From: Matilde Park Date: Tue, 29 Sep 2020 14:18:39 -0400 Subject: [PATCH] interface: trim unnecessary logic in settings --- pkg/interface/src/views/apps/chat/components/settings.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pkg/interface/src/views/apps/chat/components/settings.js b/pkg/interface/src/views/apps/chat/components/settings.js index fdcaceb28..9bf19b0b4 100644 --- a/pkg/interface/src/views/apps/chat/components/settings.js +++ b/pkg/interface/src/views/apps/chat/components/settings.js @@ -122,13 +122,6 @@ export class SettingsScreen extends Component { location } = this.props; - const isInPopout = popout ? "popout/" : ""; - const title = - ( association && - ('metadata' in association) && - (association.metadata.title !== '') - ) ? association.metadata.title : station.substr(1); - return (