Skip to content
Snippets Groups Projects
Commit bd00256e authored by Nicolas Gotchac's avatar Nicolas Gotchac Committed by Jaco Greeff
Browse files

Uniq array of ids (#4843)

parent b1966358
Branches
Tags
No related merge requests found
......@@ -140,7 +140,7 @@ export function fetchRegistryAppIds () {
return (new BigNumber(appId)).gt(0) && !builtinApps.find((app) => app.id === appId);
});
return appIds;
return uniq(appIds);
})
.catch((error) => {
console.warn('DappsStore:fetchRegistryAppIds', error);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment