From b714547928df8cbbf1354b20fc31498f73144216 Mon Sep 17 00:00:00 2001 From: Thomas Nordquist Date: Mon, 24 Jun 2019 12:58:05 +0200 Subject: [PATCH] Fix typo --- app/src/components/ConnectionSetup/ProfileList/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/components/ConnectionSetup/ProfileList/index.tsx b/app/src/components/ConnectionSetup/ProfileList/index.tsx index c647eb6..0feac5c 100644 --- a/app/src/components/ConnectionSetup/ProfileList/index.tsx +++ b/app/src/components/ConnectionSetup/ProfileList/index.tsx @@ -38,7 +38,7 @@ function ProfileList(props: Props) { useGlobalKeyEventHandler(KeyCodes.arrow_down, selectConnection('next')) useGlobalKeyEventHandler(KeyCodes.arrow_up, selectConnection('previous')) - const createConectionButton = ( + const createConnectionButton = ( Connections @@ -46,7 +46,7 @@ function ProfileList(props: Props) { ) return ( - +
{Object.values(connections).map(connection => (