mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-19 05:21:22 +02:00
lint
This commit is contained in:
parent
5624cf5ceb
commit
397b95c5fa
@ -509,7 +509,9 @@ export default class CreateSecretStorageDialog extends React.PureComponent {
|
||||
} else {
|
||||
// if it's setting up from scratch then aborting leaves the user without
|
||||
// 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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user