mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Fixed lint warnings
no issue
This commit is contained in:
parent
df6448cf84
commit
f647f5e3d9
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ class FreeAccountHomePage extends React.Component {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
renderAccountDetail(e) {
|
renderAccountDetail() {
|
||||||
const {name, firstname, email, subscribed} = this.context.member;
|
const {name, firstname, email, subscribed} = this.context.member;
|
||||||
const {title: siteTitle} = this.context.site;
|
const {title: siteTitle} = this.context.site;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue