Skip to content

Commit

Permalink
Merge pull request #158 from hocgin/feature-scss
Browse files Browse the repository at this point in the history
Feature scss
  • Loading branch information
hocgin authored Nov 13, 2023
2 parents 69b7e9b + 1d41856 commit e2d8b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Header/components/Header/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const HeaderMenu: React.FC<Props> = ({ menus, prefix, suffix, ...props }) => {
{suffix && <SuffixMenu prefixCls={prefixCls}>{suffix}</SuffixMenu>}
{props?.logined && (
<>
<Divider type="vertical" style={{ marginLeft: 14 }} />
<Divider type="vertical" />
{!user ? (
loading ? (
<>
Expand Down

0 comments on commit e2d8b22

Please sign in to comment.