mirror of https://github.com/fantasticit/think.git
client: fix dom structure with a
This commit is contained in:
parent
ee690bf5d3
commit
7e7ff516cd
|
@ -119,6 +119,7 @@ export const OrganizationSwitcher = () => {
|
||||||
error={error}
|
error={error}
|
||||||
normalContent={() => {
|
normalContent={() => {
|
||||||
return (
|
return (
|
||||||
|
<>
|
||||||
<Link
|
<Link
|
||||||
href={{
|
href={{
|
||||||
pathname: '/app/org/[organizationId]',
|
pathname: '/app/org/[organizationId]',
|
||||||
|
@ -142,9 +143,10 @@ export const OrganizationSwitcher = () => {
|
||||||
{data.name}
|
{data.name}
|
||||||
</Paragraph>
|
</Paragraph>
|
||||||
</span>
|
</span>
|
||||||
<UserOrganizationsSwitcher />
|
|
||||||
</a>
|
</a>
|
||||||
</Link>
|
</Link>
|
||||||
|
<UserOrganizationsSwitcher />
|
||||||
|
</>
|
||||||
);
|
);
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue