🐛 Forgot console.log

This commit is contained in:
Maxime Lalo 2023-05-05 14:35:16 +02:00
parent 84e049ce9d
commit 8e1e912502

View File

@ -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,
});