Skip to content

Commit

Permalink
fix: tooltip message (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenrikoverland committed Nov 21, 2019
1 parent 231bcd8 commit ca55b7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/app/src/components/Layout/Chip.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ class Chip extends React.Component {
`{{dimensionName}} is locked to {{axisName}} for {{visTypeName}}`,
{
dimensionName: this.props.dimensionName,
axisName: getDisplayNameByVisType(visType),
visTypeName: getAxisName(axisId),
axisName: getAxisName(axisId),
visTypeName: getDisplayNameByVisType(visType),
}
)
: null;
Expand Down

0 comments on commit ca55b7e

Please sign in to comment.