Skip to content

Commit e9a76e2

Browse files
committed
refactor: update article page
1 parent 2d77838 commit e9a76e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/pages/article/[id].tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const Article: NextPage<IProps> = ({ article }) => {
3434
.concat(article?.tags.map((tag) => tag?.label))
3535
.concat(setting.seoKeyword?.split(','))
3636
.filter(Boolean)
37-
.join(',')
37+
.join(',');
3838

3939
// 检查文章密码
4040
const checkPassWord = useCallback(() => {

0 commit comments

Comments
 (0)