🐛 Forgot console.log
This commit is contained in:
parent
84e049ce9d
commit
8e1e912502
@ -77,7 +77,6 @@ export default class ClientSection extends React.Component<IProps, IState> {
|
||||
|
||||
|
||||
private changeUserFolder(uid: string) {
|
||||
console.log("changeUserFolder", uid)
|
||||
this.setState({
|
||||
openedCustomer: uid === this.state.openedCustomer ? "" : uid,
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user