Skip to content

Commit

Permalink
fix:replace Type with "Decision"
Browse files Browse the repository at this point in the history
  • Loading branch information
danbr committed Oct 11, 2022
1 parent 88c0e8e commit a68ef62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const DecisionPreview = () => {

const actionAndEventValues = {
actionType: ColonyMotions.CreateDecisionMotion,
fromDomain: colonyData.processedColony.domains.find(
motionDomain: colonyData.processedColony.domains.find(
({ ethDomainId }) => ethDomainId === decisionData?.motionDomainId,
) as OneDomain,
};
Expand Down

0 comments on commit a68ef62

Please sign in to comment.