diff options
Diffstat (limited to 'packages/gitbook-plugin-sharing/src')
-rw-r--r-- | packages/gitbook-plugin-sharing/src/components/SharingButtons.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gitbook-plugin-sharing/src/components/SharingButtons.js b/packages/gitbook-plugin-sharing/src/components/SharingButtons.js index 445458a..4f5ada9 100644 --- a/packages/gitbook-plugin-sharing/src/components/SharingButtons.js +++ b/packages/gitbook-plugin-sharing/src/components/SharingButtons.js @@ -12,7 +12,7 @@ const ShareButton = require('./ShareButton'); const SharingButtons = React.createClass({ propTypes: { options: optionsShape.isRequired, - page: GitBook.Shapes.Page.isRequired + page: GitBook.PropTypes.Page.isRequired }, onShare(site) { |