Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 7ab09e4

Browse files
committed
chore(membership): cancle it
1 parent 73e1b3e commit 7ab09e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/widgets/Header/UserAccount.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,15 @@ const UserAccount: FC<TProps> = ({ accountInfo }) => {
9292
</Wrapper>
9393
)}
9494

95-
<Space left={12} />
95+
{/* <Space left={12} />
9696
<Button
9797
size="tiny"
9898
type="primary"
9999
ghost
100100
onClick={() => router.push(`/${ROUTE.MEMBERSHIP}`)}
101101
>
102102
<MembershipHint>升舱</MembershipHint>
103-
</Button>
103+
</Button> */}
104104
</Fragment>
105105
)
106106
}

0 commit comments

Comments
 (0)