Skip to content

Commit

Permalink
moved fix reward distributor action to top
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Nov 9, 2024
1 parent aab9223 commit 7b76ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stateful/actions/core/categories/rewards.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ export const makeRewardsActionCategory: ActionCategoryMaker = ({
label: t('actionCategory.rewardsLabel'),
description: t('actionCategory.rewardsDescription'),
actionKeys: [
ActionKey.FixRewardDistributor,
ActionKey.CreateRewardDistribution,
ActionKey.UpdateRewardDistribution,
ActionKey.FundRewardDistribution,
ActionKey.WithdrawRewardDistribution,
ActionKey.PauseRewardDistribution,
ActionKey.ResumeRewardDistribution,
ActionKey.FixRewardDistributor,
],
}
: null

0 comments on commit 7b76ab2

Please sign in to comment.