From 15d43e101eb31f3d69746a92a24ff0b42dc646ae Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Fri, 20 Mar 2020 22:49:25 +1100 Subject: [PATCH] Fix spelling error in inline video playback --- src/components/PartyVideo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PartyVideo.js b/src/components/PartyVideo.js index d0260e0..83bef85 100644 --- a/src/components/PartyVideo.js +++ b/src/components/PartyVideo.js @@ -15,7 +15,7 @@ function PartyVideo({ stream, muted }) { autoPlay muted={muted} style={{ width: "100%", borderRadius: "4px", maxWidth: "500px" }} - playsinline + playsInline /> ); }