From 6f3a5beeaae1fb298357b2adc372cd31ce9fe5e5 Mon Sep 17 00:00:00 2001 From: Thomas Nordquist Date: Sun, 17 Feb 2019 11:11:52 +0100 Subject: [PATCH] Fix style --- app/src/components/ConnectionSetup/ProfileList.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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} )