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 Oct 20, 2024
1 parent 42d9fb0 commit 9e72b17
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 9e72b17

Please sign in to comment.