fix(github): Correct minor issue during ES6 conversion

This commit is contained in:
Ben Gotow 2016-03-10 14:31:50 -08:00
parent 0fb6d4c401
commit e8e4761e45

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