Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekmo committed May 18, 2021
2 parents 6a90342 + acc2d22 commit d97f900
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</ng-container>

<ng-template #defaultCell>
<ng-container *ngIf="row[column.name].getName; else defaultValue">
<ng-container *ngIf="row[column.name].getName !== undefined; else defaultValue">
{{ row[column.name].getName() }}
</ng-container>
<ng-template #defaultValue>{{ row[column.name] }}</ng-template>
Expand Down

0 comments on commit d97f900

Please sign in to comment.