Skip to content

Commit

Permalink
Merge pull request #29 from Dorian/required-appid-attribute
Browse files Browse the repository at this point in the history
Requires appID attribute, removes broken app_id interface
  • Loading branch information
nhagen authored Dec 7, 2017
2 parents d211f58 + da8be81 commit 913b411
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ export const IntercomAPI = (...args) => {

export default class Intercom extends Component {
static propTypes = {
appID: PropTypes.string,
app_id: PropTypes.string
appID: PropTypes.string.isRequired,
};

static displayName = 'Intercom';
Expand Down

0 comments on commit 913b411

Please sign in to comment.