lint
This commit is contained in:
parent
5624cf5ceb
commit
397b95c5fa
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue