interface: trim unnecessary logic in settings

This commit is contained in:
Matilde Park 2020-09-29 14:18:39 -04:00
parent 144b3f618c
commit 241233cca3

View File

@ -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 (
<div className="h-100 w-100 overflow-x-hidden flex flex-column white-d">
<ChatHeader