Skip to content

Commit

Permalink
fix: remove active attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
remiilekun committed Apr 6, 2019
1 parent 6f1312f commit 20ad06f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/lib/paginator.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ function Paginator(props) {
className={`${props.pageItemClass} ${
currentPage === page ? props.pageActiveClass : null
}`}
active={currentPage === page}
key={index}
>
<a
Expand Down

0 comments on commit 20ad06f

Please sign in to comment.