mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-03 04:41:03 +02:00
Fix ident
This commit is contained in:
parent
838d9105c9
commit
a0b0a91d08
@ -102,7 +102,7 @@ export const CallViewHeader: React.FC<CallViewHeaderProps> = ({
|
||||
callRooms = [],
|
||||
app,
|
||||
onPipMouseDown,
|
||||
}) {
|
||||
}) => {
|
||||
const [callRoom, onHoldCallRoom] = callRooms;
|
||||
const callTypeText = callTypeTranslationByType[type](app);
|
||||
const avatar = getAvatarBasedOnRoomType(callRoom ?? app);
|
||||
@ -132,4 +132,4 @@ export const CallViewHeader: React.FC<CallViewHeaderProps> = ({
|
||||
<CallControls roomId={roomId} pipMode={pipMode} type={type} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user