mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
fix(github): Correct minor issue during ES6 conversion
This commit is contained in:
parent
85ab3cf0ac
commit
ba66a91eca
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class GithubStore extends NylasStore {
|
||||||
// This is the computed & cached value that our `ViewOnGithubButton` will
|
// This is the computed & cached value that our `ViewOnGithubButton` will
|
||||||
// render.
|
// render.
|
||||||
link() {
|
link() {
|
||||||
return this.link;
|
return this._link;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Private methods
|
// Private methods
|
||||||
|
|
Loading…
Reference in a new issue