Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliac1989 committed Jan 31, 2021
1 parent 4974f94 commit 02c4222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/panels/text-panel/text-panel.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
[itemsToHighlight]="itemsToHighlight$ | async"></evt-page>
</ng-container>

<evt-page *ngIf="!(isMultiplePageFlow$ | async)"
<evt-page *ngIf="(isMultiplePageFlow$ | async) === false"
[data]="currentStatus.currentPage"
[editionLevel]="currentStatus.editionLevel"
[textFlow]="textFlow"
Expand Down

0 comments on commit 02c4222

Please sign in to comment.