Skip to content

Commit

Permalink
Fix comment reply.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Jan 9, 2024
1 parent 0852d21 commit cc1195a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</div>

<div class="actions">
<button *ngIf="isEditable && canAnswer" type="button" class="btn btn-sm btn-text-secondary" (click)="startReply()">
<button *ngIf="canAnswer" type="button" class="btn btn-sm btn-text-secondary" (click)="startReply()">
<i class="icon-enter"></i>
</button>

Expand Down

0 comments on commit cc1195a

Please sign in to comment.