Fix account relationships

merge-requests/1083/head
Alex Gleason 3 years ago
parent 4e254928fe
commit 38fbd703e4
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -35,6 +35,8 @@ const AccountRecord = Record({
display_name_html: '',
note_emojified: '',
note_plain: '',
patron: ImmutableMap(),
relationship: ImmutableList(),
should_refetch: false,
});

Loading…
Cancel
Save