Skip to content

Commit

Permalink
Fixing bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
poffdeluxe committed Oct 3, 2019
1 parent 4a867a1 commit 402b474
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const PageControls = ({ pageId, onDelete, onDuplicate }) => {
justifyContent="spaceBetween"
>
<EuiFlexItem grow={false}>
<EuiToolTip content={strings.getClonePageTooltip()}>
<EuiToolTip content={strings.getClonePageTooltip()}>
<EuiButtonIcon
iconType="copy"
aria-label={strings.getClonePageAriaLabel()}
Expand Down

0 comments on commit 402b474

Please sign in to comment.