From 97830345db7c1b0836fb259f6a9feaa99ae4624a Mon Sep 17 00:00:00 2001 From: Simo Date: Mon, 26 Jan 2026 11:07:50 +0100 Subject: [PATCH] wip Signed-off-by: Simo --- .../web/WebBrainLeftSidebarWave/subcomponents/WaveAvatar.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/components/brain/left-sidebar/web/WebBrainLeftSidebarWave/subcomponents/WaveAvatar.tsx b/components/brain/left-sidebar/web/WebBrainLeftSidebarWave/subcomponents/WaveAvatar.tsx index 5fae6a7839..8de3a277f1 100644 --- a/components/brain/left-sidebar/web/WebBrainLeftSidebarWave/subcomponents/WaveAvatar.tsx +++ b/components/brain/left-sidebar/web/WebBrainLeftSidebarWave/subcomponents/WaveAvatar.tsx @@ -1,3 +1,4 @@ +import WavePicture from "@/components/waves/WavePicture"; import type { MinimalWave } from "@/contexts/wave/hooks/useEnhancedWavesList"; import { faBellSlash } from "@fortawesome/free-solid-svg-icons"; import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; @@ -45,11 +46,11 @@ export const WaveAvatar = ({ : "tw-opacity-80 tw-ring-1 tw-ring-white/20 desktop-hover:group-hover:tw-opacity-100" }`} > - {/* */} + /> {isDropWave && (
{DROP_ICON}