Skip to content

Commit 7769d32

Browse files
committed
Lint fixes
1 parent 39f0f7d commit 7769d32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/ChatBot.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ class ChatBot extends Component {
160160
if (toggleFloating !== undefined && opened !== undefined && opened !== state.opened) {
161161
return {
162162
...state,
163-
opened
164-
}
163+
opened,
164+
};
165165
}
166166
return state;
167167
}

0 commit comments

Comments
 (0)