Skip to content
This repository was archived by the owner on May 24, 2022. It is now read-only.
Prev Previous commit
Next Next commit
Fix bug resultIcon
  • Loading branch information
amaury1093 committed Nov 23, 2018
commit 0ec683581a9289290ba5b21f442e34b9849d2cb4
2 changes: 1 addition & 1 deletion packages/contracts/src/badgereg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export default class BadgeReg {
resultIcon = null;
}

return { title, icon };
return { title, icon: resultIcon };
});
}

Expand Down