From aeb9c87eb2c7405ca0f8089ff6f4beb46a8af0d3 Mon Sep 17 00:00:00 2001 From: Victor Meng Date: Fri, 9 Apr 2021 18:01:47 -0700 Subject: [PATCH] formatting --- src/Platform/Hosted/Components/SwitchAccount.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Platform/Hosted/Components/SwitchAccount.tsx b/src/Platform/Hosted/Components/SwitchAccount.tsx index e85680ed7..f957d6f32 100644 --- a/src/Platform/Hosted/Components/SwitchAccount.tsx +++ b/src/Platform/Hosted/Components/SwitchAccount.tsx @@ -13,7 +13,7 @@ export const SwitchAccount: React.FunctionComponent = ({ accounts, setSelectedAccountName, selectedAccount, - dismissMenu + dismissMenu, }: Props) => { const accountItems = accounts?.map((account) => ({ key: account.name,