looks like a mess In drinkypoo/thirsty/stout.js (Lines 49-55) ``` componentDidMount() { const { repositories } = this.context; const repository = repositories[0]; const gitDirectory = repository.getWorkingDirectory(); this.setState({ email: repository.getConfigValue("user.email", gitDirectory) || "" }); ``` [Open on Web](https://api.codestream.com/c/XQgA60czwRFAXeXF/U-hx8pf4Ta6mJTqjIXwodw?marker=5e0fa2215e73470cf8d1b9ee) · [Open in IDE](https://api.codestream.com/c/XQgA60czwRFAXeXF/U-hx8pf4Ta6mJTqjIXwodw?marker=5e0fa2215e73470cf8d1b9ee&ide=default) · [Open on GitHub](https://github.com/planteater/hello-ny/blob/4556eece8362379219a4516010edf2760fb693ea/drinkypoo/thirsty/stout.js#L49-L55)
looks like a mess
In drinkypoo/thirsty/stout.js (Lines 49-55)
Open on Web · Open in IDE · Open on GitHub