[Glitch] Fix defaultProps of frameRate to string
Port 8c0b9e37d0
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
lolsob-rspec
parent
f44514858d
commit
251ce8e88a
|
@ -127,7 +127,7 @@ class Video extends React.PureComponent {
|
|||
};
|
||||
|
||||
static defaultProps = {
|
||||
frameRate: 25,
|
||||
frameRate: '25',
|
||||
};
|
||||
|
||||
state = {
|
||||
|
|
Loading…
Reference in New Issue