Skip to content

Commit

Permalink
fix: Missing cleanup on post auth banner (#4042)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmarTrebinjac authored Jan 6, 2025
1 parent 1c1fc41 commit 52b23ea
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ const UserPersonalizedBanner = ({
<AuthenticationBanner>
{user?.image && <ProfilePicture user={user} />}
<OnboardingHeadline
avatar={user?.image && <ProfilePicture user={user} />}
className={{
title: 'typo-mega3',
description: 'mb-8 typo-title3',
Expand Down

0 comments on commit 52b23ea

Please sign in to comment.