about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTakeshi Umeda <noel.yoshiba@gmail.com>2021-01-06 04:00:42 +0900
committerGitHub <noreply@github.com>2021-01-05 20:00:42 +0100
commita50fe47a77118dba043143c01d0d6ad6c82f9b31 (patch)
tree00014a19f62007990737e3865ee582d3aa93f992
parent71f09688878241f0a47fd637047afbf0148f0abf (diff)
Fix defaultProps of frameRate to string (#15493)
-rw-r--r--app/javascript/mastodon/features/video/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/mastodon/features/video/index.js b/app/javascript/mastodon/features/video/index.js
index d8a6c4f50..70e3cd6e8 100644
--- a/app/javascript/mastodon/features/video/index.js
+++ b/app/javascript/mastodon/features/video/index.js
@@ -125,7 +125,7 @@ class Video extends React.PureComponent {
   };
 
   static defaultProps = {
-    frameRate: 25,
+    frameRate: '25',
   };
 
   state = {