Skip to content

Commit

Permalink
fix tutorial card logic
Browse files Browse the repository at this point in the history
  • Loading branch information
RomneyDa committed Jan 21, 2025
1 parent 277bd9c commit 95c87f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/src/pages/gui/Chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ export function Chat() {
</div>
)}

{showTutorialCard !== false && !onboardingCard.open && (
{showTutorialCard !== false && !onboardingCard.show && (
<div className="flex w-full justify-center">
<TutorialCard onClose={closeTutorialCard} />
</div>
Expand Down

0 comments on commit 95c87f4

Please sign in to comment.