Skip to content

Commit

Permalink
fix(grid): fix "This condition will always return 'false' [...]" #8978
Browse files Browse the repository at this point in the history
  • Loading branch information
Volen99 committed Sep 27, 2021
1 parent 2846996 commit 1aa83dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
>
</ng-template>
<ng-template #defaultCell>
<div *ngIf="column.dataType !== 'boolean'"
<div
igxTextHighlight
class="igx-grid__td-text"
style="pointer-events: none;"
Expand Down

0 comments on commit 1aa83dc

Please sign in to comment.