mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2025-12-09 13:06:45 +03:00
type fix
This commit is contained in:
@@ -238,7 +238,7 @@ export function OrganizationList({
|
|||||||
}
|
}
|
||||||
|
|
||||||
return parts.length > 0 ? (
|
return parts.length > 0 ? (
|
||||||
<span className="ml-1">({parts.join('/')})</span>
|
<span className="ml-1">({parts.join(' | ')})</span>
|
||||||
) : null;
|
) : null;
|
||||||
})()}
|
})()}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user