Skip to content

Commit 1906a64

Browse files
AnwarElboGuillaume Chau
authored and
Guillaume Chau
committed
Delete spaces
1 parent 56c4d4e commit 1906a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/devtools/views/components/ComponentInstance.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export default {
146146
},
147147
148148
componentHasKey () {
149-
return (this.instance.renderKey === 0 || !!this.instance.renderKey) && this.instance.renderKey !== UNDEFINED
149+
return (this.instance.renderKey === 0 || !!this.instance.renderKey) && this.instance.renderKey !== UNDEFINED
150150
}
151151
},
152152

0 commit comments

Comments
 (0)