You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
lint
This commit is contained in:
@@ -509,7 +509,9 @@ export default class CreateSecretStorageDialog extends React.PureComponent {
|
|||||||
} else {
|
} else {
|
||||||
// if it's setting up from scratch then aborting leaves the user without
|
// if it's setting up from scratch then aborting leaves the user without
|
||||||
// crypto set up, so they skipping the setup.
|
// crypto set up, so they skipping the setup.
|
||||||
cancelButton = <button type="button" className="danger" onClick={this._onSkipSetupClick}>{_t('Skip')}</button>;
|
cancelButton = <button type="button"
|
||||||
|
className="danger" onClick={this._onSkipSetupClick}
|
||||||
|
>{_t('Skip')}</button>;
|
||||||
}
|
}
|
||||||
|
|
||||||
return <div>
|
return <div>
|
||||||
|
|||||||
Reference in New Issue
Block a user