Skip to content
Snippets Groups Projects
Commit f7017612 authored by Jonas Mohr's avatar Jonas Mohr
Browse files

hide keywords if no keywords exists

parent 9395b8bd
Branches
Tags
No related merge requests found
......@@ -320,6 +320,7 @@
<div fxLayoutAlign="center center"
matTooltip="{{ 'comment-page.keywords-per-question' | translate }}"
[mat-menu-trigger-for]="keywordsMenu"
*ngIf="(comment.keywords != undefined && comment.keywords.length > 0)"
class="comment-keywords">
<mat-icon svgIcon="comment_tag"></mat-icon>
<span>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment