mirror of
https://github.com/wassname/talk.git
synced 2026-07-13 01:01:58 +08:00
Resolve linter issues
This commit is contained in:
@@ -142,7 +142,9 @@ class AddEmailAddressDialog extends React.Component {
|
||||
|
||||
render() {
|
||||
const { errors, formData, showErrors, step } = this.state;
|
||||
const { root: { settings } } = this.props;
|
||||
const {
|
||||
root: { settings },
|
||||
} = this.props;
|
||||
|
||||
return (
|
||||
<Dialog className={styles.dialog} open={true}>
|
||||
|
||||
Reference in New Issue
Block a user