mirror of
https://github.com/urbit/shrub.git
synced 2025-01-03 01:54:43 +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 (
|
return (
|
||||||
<Col overflowY="auto" p={3} backgroundColor="white">
|
<Col overflowY="auto" p={3} backgroundColor="white">
|
||||||
|
Loading…
Reference in New Issue
Block a user