Skip to content

Commit

Permalink
fix: fix desc for new motion
Browse files Browse the repository at this point in the history
  • Loading branch information
DiRaiks committed May 22, 2023
1 parent 3306068 commit e79ca05
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions modules/motions/ui/MotionDescription/MotionDescription.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,16 @@ const MOTION_DESCRIPTIONS = {
registryType={MotionType.GasFunderETHTopUp}
/>
),
[MotionType.StethRewardProgramAdd]: (props: DescWithLimitsProps) => (
<DescTopUpWithLimits
[MotionType.StethRewardProgramAdd]: (props: DescAllowedRecipientAddProps) => (
<DescAllowedRecipientAdd
{...props}
registryType={MotionType.StethRewardProgramAdd}
/>
),
[MotionType.StethRewardProgramRemove]: (props: DescWithLimitsProps) => (
<DescTopUpWithLimits
[MotionType.StethRewardProgramRemove]: (
props: DescAllowedRecipientRemoveProps,
) => (
<DescAllowedRecipientRemove
{...props}
registryType={MotionType.StethRewardProgramRemove}
/>
Expand Down

0 comments on commit e79ca05

Please sign in to comment.