Skip to content

Commit

Permalink
fix(active-rewards): remove type prop
Browse files Browse the repository at this point in the history
  • Loading branch information
jjBlockchain committed Mar 26, 2024
1 parent a6dd112 commit 377dc8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const DepositSuccess = ({ coin, handleClose }: OwnProps) => {
<IconCloseCircle color={SemanticColors.muted} onClick={handleClose} size='medium' />
</Top>
<Middle>
<ActiveRewardsIcon coin={coin} type='SUBMITTED' />
<ActiveRewardsIcon coin={coin} />
<TextContainer>
<Text color={SemanticColors.title} textAlign='center' variant='title3'>
<FormattedMessage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const WithdrawalRequested = ({ coin, handleClose }: OwnProps) => {
<IconCloseCircle color={SemanticColors.muted} onClick={handleClose} size='medium' />
</Top>
<Middle>
<ActiveRewardsIcon coin={coin} type='SUBMITTED' />
<ActiveRewardsIcon coin={coin} />
<TextContainer>
<Text color={SemanticColors.title} textAlign='center' variant='title3'>
<FormattedMessage
Expand Down

5 comments on commit 377dc8c

@Dennis13R
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Dennis13R
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Mladja0302
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Herfa88
Copy link

@Herfa88 Herfa88 commented on 377dc8c Apr 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Awut789
Copy link

@Awut789 Awut789 commented on 377dc8c Apr 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.