From d92a5e4d3a11ea69dccbb22b7f1d50dc9022e2db Mon Sep 17 00:00:00 2001
From: Greg Fodor <gfodor@gmail.com>
Date: Mon, 12 Nov 2018 15:24:56 +0000
Subject: [PATCH] Linter

---
 src/react-components/2d-hud.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/react-components/2d-hud.js b/src/react-components/2d-hud.js
index 7505a092d..0947dcc8f 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}`], {
-- 
GitLab