Fix a warning about missing keys
This commit is contained in:
parent
7b71e9b20f
commit
8731f83fb5
1 changed files with 2 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ export const VideoTile = forwardRef<HTMLDivElement, Props>(
|
||||||
if (!isLocal) {
|
if (!isLocal) {
|
||||||
toolbarButtons.push(
|
toolbarButtons.push(
|
||||||
<AudioButton
|
<AudioButton
|
||||||
|
key="localVolume"
|
||||||
className={styles.button}
|
className={styles.button}
|
||||||
volume={localVolume}
|
volume={localVolume}
|
||||||
onPress={onOptionsPress}
|
onPress={onOptionsPress}
|
||||||
|
|
@ -84,6 +85,7 @@ export const VideoTile = forwardRef<HTMLDivElement, Props>(
|
||||||
if (screenshare) {
|
if (screenshare) {
|
||||||
toolbarButtons.push(
|
toolbarButtons.push(
|
||||||
<FullscreenButton
|
<FullscreenButton
|
||||||
|
key="fullscreen"
|
||||||
className={styles.button}
|
className={styles.button}
|
||||||
fullscreen={fullscreen}
|
fullscreen={fullscreen}
|
||||||
onPress={onFullscreen}
|
onPress={onFullscreen}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue