Skip to content

Commit 01b9bbc

Browse files
fix: lint errors
1 parent b45756d commit 01b9bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/distributed-tracing/src/shared/dashboard/widgets/waterfall/waterfall/waterfall-chart.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export class WaterfallChartService {
4343
serviceName: datum.serviceName,
4444
protocolName: datum.protocolName,
4545
hasError: datum.errorCount > 0,
46-
hasLogs: datum.logEvents && datum.logEvents.length > 0
46+
hasLogs: datum.logEvents.length > 0
4747
},
4848
$$iconType: this.iconLookupService.forSpanType(datum.spanType)!,
4949
getChildren: () => of([]),

0 commit comments

Comments
 (0)