From 13a235e99fa325b35929d4126b436a3df3e1102a Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Thu, 9 Apr 2026 02:15:24 +1000 Subject: [PATCH] fix: simplify profile color preview logic in ProfileBanner component --- src/app/features/settings/account/Profile.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/features/settings/account/Profile.tsx b/src/app/features/settings/account/Profile.tsx index b253851..829e012 100644 --- a/src/app/features/settings/account/Profile.tsx +++ b/src/app/features/settings/account/Profile.tsx @@ -574,7 +574,7 @@ function ProfileBanner({ avatarRef, nameRef }: { avatarRef: React.RefObject