Skip to content
This repository was archived by the owner on Mar 6, 2023. It is now read-only.

Commit 684db56

Browse files
committed
Fixed linting error
1 parent dfb4ffa commit 684db56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/stack/stack-controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@
514514
}
515515

516516
function showAllTimeEvents() {
517-
return vm.stats.events != vm.stack.total_occurrences;
517+
return vm.stats.events !== vm.stack.total_occurrences;
518518
}
519519

520520
function showAllTimeFirstOccurrence() {

0 commit comments

Comments
 (0)