Skip to content

Commit

Permalink
fix eslint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Dec 17, 2019
1 parent 869ac04 commit d49ed93
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ export function StaticLabelSelector({ onChange, styleOptions }) {
return (
<EuiFieldText
placeholder={i18n.translate('xpack.maps.styles.staticLabel.valuePlaceholder', {
defaultMessage: 'symbol label'
defaultMessage: 'symbol label',
})}
value={styleOptions.value}
onChange={onValueChange}
aria-label={i18n.translate('xpack.maps.styles.staticLabel.valueAriaLabel', {
defaultMessage: 'symbol label'
defaultMessage: 'symbol label',
})}
/>
);
Expand Down

0 comments on commit d49ed93

Please sign in to comment.