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 => (