fix(github): Correct minor issue during ES6 conversion

This commit is contained in:
Ben Gotow 2016-03-10 14:31:50 -08:00
parent 85ab3cf0ac
commit ba66a91eca

View file

@ -18,7 +18,7 @@ class GithubStore extends NylasStore {
// This is the computed & cached value that our `ViewOnGithubButton` will
// render.
link() {
return this.link;
return this._link;
}
// Private methods