Style categories.

This commit is contained in:
Paul
2021-08-08 17:18:58 +01:00
parent 8e24d1490c
commit f2c59ae451
2 changed files with 38 additions and 14 deletions

View File

@@ -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]),
);