Skip to content

Commit

Permalink
focus on one problem at the time
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jun 16, 2020
1 parent 14b4158 commit aae2c58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/material-ui-lab/src/Pagination/Pagination.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ const Pagination = React.forwardRef(function Pagination(props, ref) {
...item,
color,
'aria-label': getItemAriaLabel(item.type, item.page, item.selected),
title: getItemAriaLabel(item.type, item.page, item.selected),
shape,
size,
variant,
Expand Down

0 comments on commit aae2c58

Please sign in to comment.