mirror of
https://github.com/urbit/shrub.git
synced 2024-12-21 18:01:32 +03:00
NewChannel: fix sig mismatch
This commit is contained in:
parent
6edea561ce
commit
c9f77566b5
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user