mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 21:30:24 +08:00
feat: fix some comma dangle
This commit is contained in:
@ -808,7 +808,7 @@ export function getTags(tags) {
|
||||
res.push(
|
||||
<Tag color={getTagColor(tag)}>
|
||||
{tag}
|
||||
</Tag>,
|
||||
</Tag>
|
||||
);
|
||||
});
|
||||
return res;
|
||||
|
Reference in New Issue
Block a user