From f93d00533fa46aaa3335783a155b2cda5696a053 Mon Sep 17 00:00:00 2001 From: slawk0 Date: Tue, 28 Jan 2025 20:23:32 +0100 Subject: [PATCH] ups --- client/src/components/chat/rightSidebar/ParticipantsBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/chat/rightSidebar/ParticipantsBar.tsx b/client/src/components/chat/rightSidebar/ParticipantsBar.tsx index 7014a7c..a3116e6 100644 --- a/client/src/components/chat/rightSidebar/ParticipantsBar.tsx +++ b/client/src/components/chat/rightSidebar/ParticipantsBar.tsx @@ -7,7 +7,7 @@ import { ContextMenuItem, ContextMenuTrigger, } from '@/components/ui/context-menu.tsx'; -import zdjecie from '../../../../assets/turtleProfileImg3.webp'; +// import zdjecie from '../../../../assets/turtleProfileImg3.webp'; import { ParticipantsProps } from '@/types/types.ts'; import { useChat } from '@/context/chat/useChat.ts'; import { axiosClient } from '@/utils/axiosClient.ts';