Skip to content

Commit 2319b6a

Browse files
committed
Update app.component.ts
1 parent f03868b commit 2319b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/gantt/resource-panel-filtering/src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ export class AppComponent implements AfterViewInit, OnInit {
222222
label: 'Assigned',
223223
value: 'resources',
224224
formatFunction: function (data: Array<object>, taskIndex: number): string {
225-
return `<span>${data.length > 0 ? '&#10003' : '&#10007'}</span>`;
225+
return `<span>${data.length > 0 ? '' : ''}</span>`;
226226
}
227227
}
228228
];

0 commit comments

Comments
 (0)