Unverified Commit 30931e3d authored by 陈帅's avatar 陈帅 Committed by GitHub

Merge pull request #19 from kaoding/master

规范化提交
parents 46f69af6 f14244e5
......@@ -210,7 +210,7 @@ class PAGE_NAME_UPPER_CAMEL_CASE extends PureComponent<
<div className={styles.team}>
<div className={styles.teamTitle}>团队</div>
<Row gutter={36}>
{currentUser.notice.map(item => (
{currentUser.notice && currentUser.notice.map(item => (
<Col key={item.id} lg={24} xl={12}>
<Link to={item.href}>
<Avatar size="small" src={item.logo} />
......
......@@ -365,7 +365,7 @@ class PAGE_NAME_UPPER_CAMEL_CASE extends Component<
>
<FormattedMessage id="BLOCK_NAME.register.register" />
</Button>
<Link className={styles.login} to="/User/Login">
<Link className={styles.login} to="/user/login">
<FormattedMessage id="BLOCK_NAME.register.sign-in" />
</Link>
</FormItem>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment