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