Skip to content

Commit

Permalink
chore: 更新令牌分组描述
Browse files Browse the repository at this point in the history
  • Loading branch information
Calcium-Ion committed Sep 22, 2024
1 parent ed972ee commit 50eab6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/helpers/render.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export function renderText(text, limit) {
export function renderGroup(group) {
if (group === '') {
return (
<Tag size='large' key='default' color={stringToColor('default')}>
default
<Tag size='large' key='default' color='orange'>
用户分组
</Tag>
);
}
Expand Down

0 comments on commit 50eab6b

Please sign in to comment.