Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Aug 20, 2021
1 parent f2e627e commit dd8c94b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ export class JoinTooltipProperty implements ITooltipProperty {

getPropertyName(): ReactNode {
const content = i18n.translate('xpack.maps.tooltip.joinPropertyTooltipContent', {
defaultMessage:
`Shared key '{leftFieldName}' is joined with {rightSources}`,
defaultMessage: `Shared key '{leftFieldName}' is joined with {rightSources}`,
values: {
leftFieldName: this._tooltipProperty.getPropertyName() as string,
rightSources: this._innerJoins
Expand Down

0 comments on commit dd8c94b

Please sign in to comment.