Skip to content

Commit

Permalink
Fix: ColonyActions wrong prop passed to query
Browse files Browse the repository at this point in the history
  • Loading branch information
rdig committed Nov 30, 2021
1 parent c536364 commit 924f6ea
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ const ColonyActions = ({
*/
colonyAddress: colonyAddress?.toLowerCase(),
extensionAddress: votingReputationExtension?.address?.toLowerCase() || '',
sortDirection: 'desc',
},
});

Expand Down

0 comments on commit 924f6ea

Please sign in to comment.