diff --git a/src/widgets/ImportantInformation.tsx b/src/widgets/ImportantInformation.tsx index dbecdf196..f72dfc6e9 100644 --- a/src/widgets/ImportantInformation.tsx +++ b/src/widgets/ImportantInformation.tsx @@ -120,6 +120,9 @@ query GetOnboardingInfos { nextStepAchievements { id name + title + tagline + footer subtitle description image @@ -460,6 +463,7 @@ const ImportantInformation: React.FC = ({ variant }) => { title={achievement.subtitle || undefined} name={achievement.name} actionDescription={achievement.actionName || ''} + description={achievement.description} actionType={achievement.actionType || Achievement_Action_Type_Enum.Action} maxSteps={achievement.maxSteps} currentStep={achievement.currentStep}