Skip to content

Commit

Permalink
fix: linting issues after rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
SGrueber authored and shauke committed Jan 19, 2024
1 parent 0ac86e8 commit e1d1f9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<span class="line-item-attributes-info span-separator">{{ 'line-item.' + key + '.label' | translate }}</span>
<ish-in-place-edit *ngIf="editable; else display" (edited)="update()" (aborted)="reset()">
<p class="form-control-plaintext w-auto" [ngClass]="{ 'font-italic': !control.value }">
<ng-container *ngTemplateOutlet="display"></ng-container>
<ng-container *ngTemplateOutlet="display" />
</p>
<input type="text" [formControl]="control" class="form-control" />
</ish-in-place-edit>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
[lineItem]="lineItem"
[editable]="editable"
(updateValue)="update(key, $event)"
></ish-line-item-extended-content-entry>
/>
</div>

0 comments on commit e1d1f9a

Please sign in to comment.