- {category.channels.map(
- (
- x,
- index,
- ) => {
- const channel =
- server.client.channels.get(
- x,
- );
- if (
- !channel
- )
- return null;
-
- return (
-
- {(
- provided,
- ) =>
- (
-
-
-
-
- {
- channel.name
- }
-
-
-
- ) as any
- }
-
- );
- },
- )}
+
+
+
{
- provided.placeholder
+ category.title
}
-
- ) as any
- }
-
-
-
- ) as any
- }
-
- ))}
- {provided.placeholder}
-
-