diff --git a/app/src/components/ConnectionSetup/ProfileList.tsx b/app/src/components/ConnectionSetup/ProfileList.tsx index ebcde9a..2e9fab9 100644 --- a/app/src/components/ConnectionSetup/ProfileList.tsx +++ b/app/src/components/ConnectionSetup/ProfileList.tsx @@ -26,7 +26,7 @@ class ProfileList extends React.Component { } private addConnectionButton() { - return + return } public render() { @@ -34,7 +34,7 @@ class ProfileList extends React.Component { {this.addConnectionButton()} Connections} + subheader={{this.addConnectionButton()}Connections} >
{Object.values(this.props.connections).map(connection => )} @@ -95,7 +95,7 @@ const connectionItemRenderer = withStyles(connectionItemStyle)((props: Connectio {props.connection.name || 'mqtt broker'} - { connection && connection.url } + {connection && connection.url} )