This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fix defaultProps of frameRate to string (
#15493
)
closed-social-v3
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 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/javascript/mastodon/features/video/index.js
+ 1
- 1
app/javascript/mastodon/features/video/index.js
View File
@ -125,7 +125,7 @@ class Video extends React.PureComponent {
}
;
}
;
static
defaultProps
=
{
static
defaultProps
=
{
frameRate
:
25
,
frameRate
:
'25'
,
}
;
}
;
state
=
{
state
=
{
Write
Preview
Loading…
Cancel
Save