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,