forked from Gitlink/forgeplus-react
Change ForumUser Page1
This commit is contained in:
parent
4de25d36a8
commit
b5881d5162
|
@ -54,7 +54,7 @@ function head_user({ UserInfo }) {
|
|||
is_current_user={UserInfo.is_current_user}
|
||||
></UserBrief>
|
||||
)}
|
||||
{UserInfo && !UserInfo.is_current_user && (
|
||||
{/* {UserInfo && !UserInfo.is_current_user && (
|
||||
<StarUser
|
||||
current_login={UserInfo.current_login}
|
||||
login={UserInfo.login}
|
||||
|
@ -66,7 +66,7 @@ function head_user({ UserInfo }) {
|
|||
set_fans_count={fans_count}
|
||||
show_block={true}
|
||||
></StarUser>
|
||||
)}
|
||||
)} */}
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue