mirror of
https://github.com/vector-im/element-call.git
synced 2026-02-02 04:05:56 +00:00
Fix a warning about missing keys
This commit is contained in:
@@ -75,6 +75,7 @@ export const VideoTile = forwardRef<HTMLDivElement, Props>(
|
||||
if (!isLocal) {
|
||||
toolbarButtons.push(
|
||||
<AudioButton
|
||||
key="localVolume"
|
||||
className={styles.button}
|
||||
volume={localVolume}
|
||||
onPress={onOptionsPress}
|
||||
@@ -84,6 +85,7 @@ export const VideoTile = forwardRef<HTMLDivElement, Props>(
|
||||
if (screenshare) {
|
||||
toolbarButtons.push(
|
||||
<FullscreenButton
|
||||
key="fullscreen"
|
||||
className={styles.button}
|
||||
fullscreen={fullscreen}
|
||||
onPress={onFullscreen}
|
||||
|
||||
Reference in New Issue
Block a user