From e9d6cb7929afc6975f15c2a8518030352fe3dbec Mon Sep 17 00:00:00 2001 From: xiang578 Date: Tue, 28 Mar 2023 11:57:35 +0800 Subject: [PATCH] fix --- layout/widget/profile.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/widget/profile.jsx b/layout/widget/profile.jsx index 0250ee5..6c9550c 100644 --- a/layout/widget/profile.jsx +++ b/layout/widget/profile.jsx @@ -37,7 +37,7 @@ class Profile extends Component {
{author}
- {author ?

{author}

: null} + {author ? : null} {authorTitle ?

{authorTitle}

: null} {location ?