mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 01:52:42 +03:00
Merge pull request #4702 from urbit/mp/profile/mutation
ViewProfile: clone contact groups array
This commit is contained in:
commit
04e15c6a34
@ -62,7 +62,7 @@ export function ViewProfile(props: any): ReactElement {
|
||||
<Col gapY='3' mb='3' mt='6' alignItems='flex-start'>
|
||||
<Text gray>Pinned Groups</Text>
|
||||
<Col>
|
||||
{contact?.groups.sort(lengthOrder).map((g) => (
|
||||
{contact?.groups.slice().sort(lengthOrder).map((g) => (
|
||||
<GroupLink
|
||||
api={api}
|
||||
resource={g}
|
||||
|
Loading…
Reference in New Issue
Block a user