Skip to content

Commit 75f7339

Browse files
author
Suchita Doshi
committed
remove unnecessary change in helperjs
1 parent 9a387d5 commit 75f7339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transforms/tracked-properties/utils/helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function _doesContainNonLocalArgs(argItem, computedMap, classProperties) {
6363

6464
// If currItem is not a class property and
6565
// if it is not a computed property with dependent keys, return true.
66-
if ((!classProperties.includes(currItem) && !dependentKeys) || Object.keys(computedMap).includes(currItem)) {
66+
if (!classProperties.includes(currItem) && !dependentKeys) {
6767
return true;
6868
}
6969
// If currItem itself is a computed property, then it would have dependent keys.

0 commit comments

Comments
 (0)