Skip to content

Commit

Permalink
refert important information change
Browse files Browse the repository at this point in the history
  • Loading branch information
dhenkel92 committed Sep 8, 2024
1 parent 7c9a82c commit 1b2f350
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/widgets/ImportantInformation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ query GetOnboardingInfos {
nextStepAchievements {
id
name
title
tagline
footer
subtitle
description
image
Expand Down Expand Up @@ -460,6 +463,7 @@ const ImportantInformation: React.FC<Props> = ({ 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}
Expand Down

0 comments on commit 1b2f350

Please sign in to comment.