Skip to content

Commit

Permalink
[fixed] don't add aria-label to modal header and close button
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Nov 16, 2015
1 parent 0c48c60 commit 1d07197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ModalHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class ModalHeader extends React.Component {

return (
<div
{...this.props}
{...props}
className={classNames(this.props.className, tbsUtils.prefix(this.props, 'header'))}
>
{ this.props.closeButton &&
Expand Down

0 comments on commit 1d07197

Please sign in to comment.