Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit d092b6a

Browse files
committed
fix(comments): author tag dup
1 parent d7ad625 commit d092b6a

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

config/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"//--- contact configs ---//": "",
6060
"EMAIL_SUPPORT": "coderplanets@outlook.com",
6161
"// GRAPHQL_ENDPOINT": "https://api.coderplanets.com/graphiql",
62-
"BUILD_VERSION": "v2.0.85",
62+
"BUILD_VERSION": "v2.0.86",
6363
"// 1000 * 60 * 10 = 10 mins": "",
6464
"SSR_CACHE_TIME": 60000
6565
}

deploy/production/web.tar.gz

-46 Bytes
Binary file not shown.

src/containers/unit/Comments/Comment/Header/Article.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ const CommentHeader: FC<TProps> = ({ data, showInnerRef }) => {
4949
<UserBase>
5050
<Nickname>{author.nickname}</Nickname>
5151
{data.isArticleAuthor && <AuthorTag>作者</AuthorTag>}
52-
<AuthorTag>作者</AuthorTag>
5352
{showInnerRef && meta.isReplyToOthers && (
5453
<RefToOther>
5554
<RefLabel>回复</RefLabel>

0 commit comments

Comments
 (0)