UserLists: use OrderedSets instead of Lists, fixes #230

This commit is contained in:
Alex Gleason
2020-09-09 18:02:26 -05:00
parent f1af5d6bfa
commit adc98b7ad2
10 changed files with 16 additions and 16 deletions

View File

@ -27,7 +27,7 @@ class Blocks extends ImmutablePureComponent {
static propTypes = {
params: PropTypes.object.isRequired,
dispatch: PropTypes.func.isRequired,
accountIds: ImmutablePropTypes.list,
accountIds: ImmutablePropTypes.orderedSet,
hasMore: PropTypes.bool,
intl: PropTypes.object.isRequired,
};