Skip to content

Commit

Permalink
feat: passe la demande d'avis sous les simulations après les explicat…
Browse files Browse the repository at this point in the history
…ions détaillées
  • Loading branch information
JalilArfaoui committed May 15, 2024
1 parent adaf43a commit d27e5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/source/components/Simulation/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ export default function Simulation({
)}
</FromTop>
</SimulationContainer>
{firstStepCompleted && !hideDetails && explanations}
{firstStepCompleted && !hideDetails && shouldShowFeedback && (
<div
style={{
Expand All @@ -139,7 +140,6 @@ export default function Simulation({
<Feedback />
</div>
)}
{firstStepCompleted && !hideDetails && explanations}
</>
)
}
Expand Down

0 comments on commit d27e5fc

Please sign in to comment.