mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-31 07:00:26 +00:00
More keys removal
This commit is contained in:
@@ -122,12 +122,6 @@ export const MediaView = forwardRef<HTMLDivElement, Props>(
|
||||
showTimer={handRaiseTimerVisible}
|
||||
onClick={raisedHandOnClick}
|
||||
/>
|
||||
{/* {keys &&
|
||||
keys.map(({ index, key }) => (
|
||||
<Text as="span" size="sm">
|
||||
index:{index}, key:{key}
|
||||
</Text>
|
||||
))} */}
|
||||
<div className={styles.nameTag}>
|
||||
{nameTagLeadingIcon}
|
||||
<Text as="span" size="sm" weight="medium" className={styles.name}>
|
||||
|
||||
Reference in New Issue
Block a user