fix videoId should be a string
This commit is contained in:
@ -16,7 +16,7 @@ export default React.createClass({
|
||||
return (
|
||||
<Video
|
||||
from='vimeo'
|
||||
videoId={ 132543959 } />
|
||||
videoId={ '132543959' } />
|
||||
);
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user