Skip to content

Commit

Permalink
hot fix (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvita authored May 18, 2017
1 parent 489a870 commit 1aaeec6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/CallItem/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export default class CallItem extends Component {
this.setState({
isCreating: true,
});
console.log('start to create: isCreating...', this.state.isCreating);
// console.log('start to create: isCreating...', this.state.isCreating);

await this.props.onCreateContact({
phoneNumber: this.getPhoneNumber(),
Expand Down
3 changes: 0 additions & 3 deletions src/components/ContactDisplay/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ export default function ContactDisplay({
contentEl = contactMatches[0].name;
} else if (contactMatches.length > 1) {
const options = [
{

},
...contactMatches,
];
contentEl = (
Expand Down

0 comments on commit 1aaeec6

Please sign in to comment.