Fix defaultProps of frameRate to string (#15493)

master
Takeshi Umeda 3 years ago committed by GitHub
parent 71f0968887
commit a50fe47a77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/javascript/mastodon/features/video/index.js

@ -125,7 +125,7 @@ class Video extends React.PureComponent {
};
static defaultProps = {
frameRate: 25,
frameRate: '25',
};
state = {

Loading…
Cancel
Save