We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6063bc9 + d93df00 commit 1929390Copy full SHA for 1929390
CHANGELOG.md
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
7
## [Unreleased]
8
9
+## [0.1.3] - 2018-02-25
10
+
11
+### Fixed
12
+- Fixed unneeded exposition of method on GitLab component
13
14
## [0.1.2] - 2018-02-25
15
16
### Added
src/Origins/GitLab.js
@@ -43,7 +43,6 @@ class GitLab extends React.Component {
43
}
44
45
async componentDidMount() {
46
- window.coisa = this.fetch
47
const resp = await this.fetch(`https://gitlab.com/api/v3/projects`);
48
const projects = await resp.json();
49
@@ -158,4 +157,4 @@ class GitLab extends React.Component {
158
157
159
160
161
-export default GitLab
+export default GitLab
0 commit comments