Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nikk15 committed Jun 16, 2023
1 parent fde154c commit d5c2871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react-components/ui-root.js
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ class UIRoot extends Component {

setSidebar(sidebarId, otherState) {
console.log(sidebarId, otherState);
this.setState({ sidebarId, chatPrefix: "", chatAutofoucs: false, selectedUserId: null, ...(otherState || {}) });
this.setState({ sidebarId, chatPrefix: "", chatAutofocus: false, selectedUserId: null, ...(otherState || {}) });
}

toggleSidebar(sidebarId, otherState) {
Expand Down

0 comments on commit d5c2871

Please sign in to comment.