add userId to props validation
This commit is contained in:
parent
bff5e7116a
commit
5c4ba4dc83
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ type Props = {
|
|||
toggleVideoTheaterMode: () => void,
|
||||
adUrl: ?string,
|
||||
claimId: ?string,
|
||||
userId: ?number,
|
||||
};
|
||||
|
||||
// type VideoJSOptions = {
|
||||
|
|
Loading…
Reference in a new issue