Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit 8a90f30

Browse files
committed
Fix typo
1 parent 1a8f427 commit 8a90f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devtools-reps/src/object-inspector/component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class ObjectInspector extends Component {
114114
}
115115

116116
// We should update if:
117-
// - there are new loaded loaded properties
117+
// - there are new loaded properties
118118
// - OR the expanded paths number changed, and all of them have properties loaded
119119
// - OR the expanded paths number did not changed, but old and new sets differ
120120
return loadedProperties.size !== nextProps.loadedProperties.size

0 commit comments

Comments
 (0)