From 251ce8e88a16d4232897e60f99ea173cc2089524 Mon Sep 17 00:00:00 2001 From: Takeshi Umeda Date: Wed, 6 Jan 2021 04:00:42 +0900 Subject: [PATCH] [Glitch] Fix defaultProps of frameRate to string Port 8c0b9e37d0c0b3137b894ce3174a4334c02c6ea7 to glitch-soc Signed-off-by: Claire --- app/javascript/flavours/glitch/features/video/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/flavours/glitch/features/video/index.js b/app/javascript/flavours/glitch/features/video/index.js index 92dcaf473c..a81311c67c 100644 --- a/app/javascript/flavours/glitch/features/video/index.js +++ b/app/javascript/flavours/glitch/features/video/index.js @@ -127,7 +127,7 @@ class Video extends React.PureComponent { }; static defaultProps = { - frameRate: 25, + frameRate: '25', }; state = {