Skip to content

Commit

Permalink
pass isdialog to chat card
Browse files Browse the repository at this point in the history
  • Loading branch information
RomneyDa committed Jan 23, 2025
1 parent 87c0f34 commit e2a9b99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gui/src/pages/gui/Chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -555,9 +555,9 @@ export function Chat() {
{onboardingCard.show && (
<div className="mx-2 mt-10">
{usePlatform ? (
<PlatformOnboardingCard />
<PlatformOnboardingCard isDialog={false} />
) : (
<OnboardingCard />
<OnboardingCard isDialog={false} />
)}
</div>
)}
Expand Down

0 comments on commit e2a9b99

Please sign in to comment.