fix: temp disable features using unavailable data
This commit is contained in:
@@ -37,7 +37,9 @@ function DynamicComponent({ component, props }: AccountPageContentProps) {
|
||||
case DynamicContentComponents.my_points:
|
||||
return <CurrentPointsBalance />
|
||||
case DynamicContentComponents.expiring_points:
|
||||
return <ExpiringPoints />
|
||||
// TODO: Add once available
|
||||
// return <ExpiringPoints />
|
||||
return null
|
||||
case DynamicContentComponents.earn_and_burn:
|
||||
return <EarnAndBurn lang={props.lang} />
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user