From b4a9b5235e71a92d017ff50363fc9c7b95ac1be4 Mon Sep 17 00:00:00 2001 From: Ruben Bimberg <ruben.bimberg@mni.thm.de> Date: Wed, 27 Oct 2021 12:16:35 +0200 Subject: [PATCH] Remove unused container --- .../shared/write-comment/write-comment.component.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/components/shared/write-comment/write-comment.component.html b/src/app/components/shared/write-comment/write-comment.component.html index 4cfd140a2..dd761f44a 100644 --- a/src/app/components/shared/write-comment/write-comment.component.html +++ b/src/app/components/shared/write-comment/write-comment.component.html @@ -1,8 +1,5 @@ <ars-row> <ng-container [ngTemplateOutlet]="additionalTemplate"></ng-container> - <div class="lang-selection" *ngIf="enabled"> - - </div> <button class="lang-btn" mat-button *ngIf="enabled" -- GitLab