dlebedynskyi 2016-08-09 13:47:48 -04:00 committed by GitHub
parent 0784138082
commit b5575618c2
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ const factory = (Tab, TabContent) => {
}
handleHeaderClick = (event) => {
const idx = parseInt(event.target.id);
const idx = parseInt(event.currentTarget.id);
if (this.props.onChange) this.props.onChange(idx);
};