mirror of
https://github.com/linux-do/new-api.git
synced 2025-09-18 16:36:37 +08:00
fix: add group tag 'unknown'
This commit is contained in:
parent
f3f36dafbd
commit
fc9f8c8e8a
@ -17,7 +17,7 @@ export function renderGroup(group) {
|
||||
if (group === '') {
|
||||
return (
|
||||
<Tag size='large' key='default'>
|
||||
default
|
||||
unknown
|
||||
</Tag>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user