Skip to content

Commit 4706d93

Browse files
author
Eduard Aksamitov
committed
chore: cleanup
1 parent 22d2e91 commit 4706d93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ export const devtools = {
4343
api.on.inspectComponent(payload => {
4444
if (payload.instanceData) {
4545
payload.instanceData.state.push({
46-
type: 'Logux',
4746
key: '$client',
48-
editable: false,
49-
value: client
47+
type: 'Logux',
48+
value: client,
49+
editable: false
5050
})
5151
}
5252
})

0 commit comments

Comments
 (0)