Common components refactor #1

Merged
akinwale merged 42 commits from common-components-refactor into master 2018-04-05 04:57:30 +02:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 7dc7107f94 - Show all commits

View file

@ -41,7 +41,7 @@ reducers[ACTIONS.RESOLVE_URIS_COMPLETED] = (state, action) => {
byId,
claimsByUri: byUri,
channelClaimCounts,
resolvingUris: (state.resolvingUris || []).filter(uri => !resolveInfo[uri])
resolvingUris: (state.resolvingUris || []).filter(uri => !resolveInfo[uri]),
});
};