mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
fix videoId should be a string
This commit is contained in:
parent
cd1df0d1b8
commit
debcfaa86c
@ -16,7 +16,7 @@ export default React.createClass({
|
||||
return (
|
||||
<Video
|
||||
from='vimeo'
|
||||
videoId={ 132543959 } />
|
||||
videoId={ '132543959' } />
|
||||
);
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user