diff --git a/src/components/views/elements/Pill.js b/src/components/views/elements/Pill.js index 68a87d40b9..c6806c289e 100644 --- a/src/components/views/elements/Pill.js +++ b/src/components/views/elements/Pill.js @@ -274,7 +274,7 @@ class Pill extends React.Component { const {yOffset} = this.props; let tip; - if (this.state.hover) { + if (this.state.hover && resource) { tip = ; }