[composer] s/console.warning/console.warn/

Summary: See title

Test Plan: yolo

Reviewers: juan

Differential Revision: https://phab.nylas.com/D3818
This commit is contained in:
Mark Hahnenberg 2017-01-31 16:37:36 -08:00
parent 5d7b7574b9
commit 4a70eb563c

View file

@ -61,7 +61,7 @@ export default class ComposerHeader extends React.Component {
} else if (this.state.participantsFocused) {
this.showAndFocusField(Fields.To);
}
console.warning("Nothing is marked as focused. This shouldn't happen!");
console.warn("Nothing is marked as focused. This shouldn't happen!");
this.showAndFocusField(Fields.To);
}