From 7e7ff516cdfc538d6f92447d4738fd408165402b Mon Sep 17 00:00:00 2001 From: fantasticit Date: Thu, 30 Jun 2022 21:41:49 +0800 Subject: [PATCH] client: fix dom structure with a --- .../organization/switcher/index.tsx | 54 ++++++++++--------- 1 file changed, 28 insertions(+), 26 deletions(-) diff --git a/packages/client/src/components/organization/switcher/index.tsx b/packages/client/src/components/organization/switcher/index.tsx index e841029c..ee1bab7b 100644 --- a/packages/client/src/components/organization/switcher/index.tsx +++ b/packages/client/src/components/organization/switcher/index.tsx @@ -119,32 +119,34 @@ export const OrganizationSwitcher = () => { error={error} normalContent={() => { return ( - - - - - - {data.name} - - - - - + <> + + + + + + {data.name} + + + + + + ); }} />