diff --git a/src/react-components/2d-hud.js b/src/react-components/2d-hud.js index 7505a092da81b55e4c92738b73691551fba3be76..0947dcc8f4352e6e377252de6186df3d47aa8650 100644 --- a/src/react-components/2d-hud.js +++ b/src/react-components/2d-hud.js @@ -93,7 +93,7 @@ class TopHUD extends Component { {videoShareExtraOptionTypes.length > 0 && ( <div className={cx(styles.videoShareExtraOptions)} onMouseOut={hideExtrasOnOut}> {videoShareExtraOptionTypes.map(type => ( - <WithHoverSound> + <WithHoverSound key={type}> <div key={type} className={cx(styles.iconButton, styles[`share_${type}`], {