Skip to content

Commit

Permalink
remove call
Browse files Browse the repository at this point in the history
  • Loading branch information
thakiyudheen committed Jul 17, 2024
1 parent 11b52a7 commit 55a86cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/common/chat/chatWindow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ const ChatWindow: React.FC<ChatWindowProps> = ({
{/* <CiVideoOn className='text-[4vh] mr-5'/> */}
{/* navigate('/peervideo', { state: currentChat?.roomId }) */}
<FaVideo className='text-[3vh] text-gray-500 mr-5' onClick={handleClick} />
<IoCallOutline className='text-[3vh] text-gray-500 mr-4' />
{/* <IoCallOutline className='text-[3vh] text-gray-500 mr-4' /> */}
</div>
)}

Expand Down

0 comments on commit 55a86cd

Please sign in to comment.