Change ForumUser Page1

This commit is contained in:
sylor_huang@126.com 2020-10-15 10:11:51 +08:00
parent 4de25d36a8
commit b5881d5162
1 changed files with 2 additions and 2 deletions

View File

@ -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>
);