Skip to content

Commit

Permalink
[Maps] remove duplicated pagintation text in locked tooltips (#58383) (
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese authored Feb 25, 2020
1 parent 0c43a03 commit 4f84521
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 39 deletions.

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

Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export class TooltipHeader extends Component {
}

// Page number readout
if (filteredFeatures.length > 1) {
if (!isLocked && filteredFeatures.length > 1) {
headerItems.push(
<EuiFlexItem grow={!isLayerSelectVisible} key="pageNumber">
<EuiTextColor color="subdued">
Expand Down

0 comments on commit 4f84521

Please sign in to comment.