feat: fix some comma dangle

This commit is contained in:
qianxi0410
2022-08-07 00:17:27 +08:00
parent 9bca6bb72e
commit c428de6e42
23 changed files with 81 additions and 75 deletions

View File

@ -808,7 +808,7 @@ export function getTags(tags) {
res.push(
<Tag color={getTagColor(tag)}>
{tag}
</Tag>,
</Tag>
);
});
return res;