removed unnecessary curly brackets

This commit is contained in:
ellinors
2020-07-01 17:37:51 +02:00
parent 21648d234d
commit 9ef217e6b8
@@ -38,7 +38,7 @@ import {
configApiRef,
} from '@backstage/core';
const WelcomePage = ({}) => {
const WelcomePage = () => {
const appTitle =
useApi(configApiRef).getOptionalString('app.title') ?? 'Backstage';
const profile = { givenName: '' };