Skip to content

Commit

Permalink
Merge pull request #3288 from JoinColony/bug/issue-3249-motion-user-r…
Browse files Browse the repository at this point in the history
…eputation

Fix old member rep being weird on motion page
  • Loading branch information
ArmandoGraterol authored Apr 5, 2022
2 parents f95bd1e + d9438ee commit 5494cec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const MemberReputation = ({
address: AddressZero,
colonyAddress,
domainId,
rootHash,
},
fetchPolicy: 'cache-and-network',
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ const DefaultMotion = ({
walletAddress={actionInitiator}
colonyAddress={colony.colonyAddress}
rootHash={rootHash || undefined}
domainId={motionDomain}
/>
</div>
</>
Expand Down

0 comments on commit 5494cec

Please sign in to comment.