mirror of
https://github.com/wassname/talk.git
synced 2026-08-11 05:54:07 +08:00
Resolve linter issues
This commit is contained in:
@@ -20,7 +20,9 @@ class AccountDeletionRequestedSign extends React.Component {
|
||||
};
|
||||
|
||||
render() {
|
||||
const { me: { scheduledDeletionDate } } = this.props.root;
|
||||
const {
|
||||
me: { scheduledDeletionDate },
|
||||
} = this.props.root;
|
||||
|
||||
const deletionScheduledFor = moment(scheduledDeletionDate).format(
|
||||
'MMM Do YYYY, h:mm a'
|
||||
|
||||
@@ -36,7 +36,11 @@ class DownloadCommentHistory extends Component {
|
||||
};
|
||||
|
||||
render() {
|
||||
const { root: { me: { lastAccountDownload } } } = this.props;
|
||||
const {
|
||||
root: {
|
||||
me: { lastAccountDownload },
|
||||
},
|
||||
} = this.props;
|
||||
|
||||
const now = new Date();
|
||||
const lastAccountDownloadDate =
|
||||
|
||||
Reference in New Issue
Block a user