Skip to content

Commit

Permalink
fix(BackerRewards): can manage allocations
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscotobar committed Feb 14, 2025
1 parent 07c3f0b commit 12780eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/collective-rewards/rewards/MyRewards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const BackerRewardsSection: FC<RewardDetails> = data => {
</Typography>
</div>
<SettingsButton
disabled={canManageAllocations}
disabled={!canManageAllocations}
onClick={() => router.push('/collective-rewards/allocations')}
/>
</div>
Expand Down

0 comments on commit 12780eb

Please sign in to comment.