fix: hide redeem button with feature flag
This commit is contained in:
@@ -22,6 +22,7 @@ export type ContentProps = {
|
||||
|
||||
export interface CurrentRewardsClientProps {
|
||||
initialCurrentRewards: { rewards: Reward[]; nextCursor: number | undefined }
|
||||
showRedeem: boolean
|
||||
}
|
||||
|
||||
export interface Redeem {
|
||||
|
||||
Reference in New Issue
Block a user