Skip to content

Commit

Permalink
feat: enable RBTC fee claiming in Rewards page (#2448)
Browse files Browse the repository at this point in the history
  • Loading branch information
soulBit authored Oct 24, 2022
1 parent 5329248 commit a75513b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ export const FeesEarnedTab: React.FC<IFeesEarnedTabProps> = ({
rbtcValue={earnedFee.rbtcValue}
loading={loading}
key={earnedFee.contractAddress}
assetClaimLocked={earnedFee.asset === Asset.RBTC} //hardcoded lock on claiming RBTC fees as loan token contract is currently paused
/>
))}
</tbody>
Expand Down

0 comments on commit a75513b

Please sign in to comment.