mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
Display all server roles separately.
This commit is contained in:
@@ -50,7 +50,9 @@ export default function MemberList({
|
||||
const type = entries[index].type;
|
||||
return (
|
||||
<ListCategory first={index === 0}>
|
||||
{type === "online" ? (
|
||||
{type === "role" ? (
|
||||
<>{entries[index].name}</>
|
||||
) : type === "online" ? (
|
||||
<Text id="app.status.online" />
|
||||
) : (
|
||||
<Text id="app.status.offline" />
|
||||
|
||||
Reference in New Issue
Block a user