mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
Style categories.
This commit is contained in:
@@ -203,9 +203,9 @@ export const ServerMemberSidebar = observer(
|
||||
const entries = [];
|
||||
|
||||
entries.push(
|
||||
"online",
|
||||
`online:${categories.online.length}`,
|
||||
...categories.online.map((x) => x[0]),
|
||||
"offline",
|
||||
`offline:${categories.offline.length}`,
|
||||
...categories.offline.map((x) => x[0]),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user