feat: add data handling to EarnAndBurn
This commit is contained in:
@@ -39,7 +39,7 @@ function DynamicComponent({ component, props }: AccountPageContentProps) {
|
||||
case DynamicContentComponents.expiring_points:
|
||||
return <ExpiringPoints />
|
||||
case DynamicContentComponents.earn_and_burn:
|
||||
return <EarnAndBurn />
|
||||
return <EarnAndBurn lang={props.lang} />
|
||||
default:
|
||||
return null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user