Skip to content

Commit

Permalink
support capital Bebo
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsdls committed Sep 20, 2016
1 parent e265682 commit 22a6ba2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bebo-react",
"version": "0.1.1",
"version": "0.1.2",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/bebo-react.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export function withBebo(WrappedComponent) {
// eslint-disable-next-line
if(Bebo) {
// eslint-disable-next-line
return <WrappedComponent {...this.props} bebo={Bebo} />
return <WrappedComponent {...this.props} bebo={Bebo} Bebo={Bebo} />
}
return console.error('Bebo is not defined yet...');

Expand Down

0 comments on commit 22a6ba2

Please sign in to comment.