Commit 315825e6 authored by Mark Harding's avatar Mark Harding

(fix): aot bad variables

No related merge requests found
Pipeline #115228182 failed with stages
in 12 minutes and 16 seconds
......@@ -151,11 +151,7 @@
</ng-container>
<!-- ADMIN EDIT FLAGS -->
<ng-container
*ngIf="
options.indexOf('set-explicit') !== -1 && (service.isOwner$ | async)
"
>
<ng-container *ngIf="options.indexOf('set-explicit') !== -1 && canEdit">
<li class="m-dropdownList__item m-postMenu__item--nsfw">
<m-nsfw-selector
service="editing"
......
......@@ -67,7 +67,7 @@
</div>
<!-- Translation -->
<div
<!-- <div
*ngIf="
translate &&
translate.translation &&
......@@ -79,7 +79,7 @@
<div class="" [hidden]="!translate.translation.title">
<span [innerHtml]="translate.translation.title | tags"></span>
</div>
</div>
</div> -->
<!-- End translation -->
<!--
......
Please register or to comment