sundar
This commit is contained in:
@@ -131,8 +131,6 @@ export default function FooterControls() {
|
|||||||
alt={conversationUser?.displayName}
|
alt={conversationUser?.displayName}
|
||||||
src={conversationUser?.photoUrl}
|
src={conversationUser?.photoUrl}
|
||||||
sx={{
|
sx={{
|
||||||
width: 30,
|
|
||||||
height: 30,
|
|
||||||
opacity: selectedConversation.membersInRoom?.includes(conversationUser.uid)
|
opacity: selectedConversation.membersInRoom?.includes(conversationUser.uid)
|
||||||
? '100%'
|
? '100%'
|
||||||
: '20%',
|
: '20%',
|
||||||
|
|||||||
Reference in New Issue
Block a user