NewChannel: fix sig mismatch

This commit is contained in:
Liam Fitzgerald 2021-02-10 19:02:18 +10:00
parent 6edea561ce
commit c9f77566b5
No known key found for this signature in database
GPG Key ID: D390E12C61D1CFFB

View File

@ -110,7 +110,7 @@ export function NewChannel(props: NewChannelProps & RouteComponentProps) {
}
};
const members = group ? Array.from(groups[group]?.members).map(s => `~${s}`) : undefined;
const members = group ? Array.from(groups[group]?.members) : undefined;
return (
<Col overflowY="auto" p={3} backgroundColor="white">