mirror of
https://github.com/wassname/talk.git
synced 2026-08-09 12:30:42 +08:00
Resolve linter issues
This commit is contained in:
@@ -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