mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-08 03:04:00 -05:00
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