From 1b2f350723fddef206ad0d906a3c7f92edb16aad Mon Sep 17 00:00:00 2001 From: Daniel Henkel Date: Thu, 30 May 2024 13:12:40 +0200 Subject: [PATCH] refert important information change --- src/widgets/ImportantInformation.tsx | 4 ++++ 1 file changed, 4 insertions(+) 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}