Skip to content

Commit

Permalink
fix wrong plugin name (#2136)
Browse files Browse the repository at this point in the history
  • Loading branch information
roienatan committed Sep 13, 2020
1 parent 3e1e554 commit b412b3b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ class ProposalSummary extends React.Component<IProps, IState> {
else if (pluginName === "ContributionRewardExt"){
pluginName = decodedData.params[7].value; // Rewarder name
}
else if (pluginName === "SchemeFactory"){
pluginName = "Plugin Manager";
}
}

const proposalSummaryClass = classNames({
Expand Down

0 comments on commit b412b3b

Please sign in to comment.