diff --git a/src/components/CanvasAnnotations.js b/src/components/CanvasAnnotations.js index ba5f5cb268..8b4993c3e2 100644 --- a/src/components/CanvasAnnotations.js +++ b/src/components/CanvasAnnotations.js @@ -95,14 +95,17 @@ export class CanvasAnnotations extends Component { onMouseEnter={() => this.handleAnnotationHover(annotation)} onMouseLeave={this.handleAnnotationBlur} > - - -
- {annotation.tags.map((tag) => ( - - ))} -
-
+ + } + secondary={ + annotation.tags.map((tag) => ( + + )) + } + /> ))}