0
Fork 0
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:
Rish 2020-08-26 00:34:21 +05:30
parent df6448cf84
commit f647f5e3d9

View file

@ -157,7 +157,7 @@ class FreeAccountHomePage extends React.Component {
);
}
renderAccountDetail(e) {
renderAccountDetail() {
const {name, firstname, email, subscribed} = this.context.member;
const {title: siteTitle} = this.context.site;