mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2025-10-16 11:55:39 +00:00
revert page-button title
This commit is contained in:
parent
1a1f6969cb
commit
6d2493d537
@ -30,7 +30,7 @@ class PageButton extends Component {
|
||||
}, className);
|
||||
|
||||
return (
|
||||
<li className={ classes } title={ `page-${title}` }>
|
||||
<li className={ classes } title={ title }>
|
||||
<a href="#" onClick={ this.handleClick } className="page-link">{ page }</a>
|
||||
</li>
|
||||
);
|
||||
|
||||
@ -105,7 +105,7 @@ describe('PageButton', () => {
|
||||
const title = 'aTitle';
|
||||
beforeEach(() => {
|
||||
wrapper = shallow(
|
||||
<PageButton { ...props } active disabled={ false } title={ `page-${title}` } />
|
||||
<PageButton { ...props } active disabled={ false } title={ title } />
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user