mirror of https://github.com/vector-im/riot-web
fix indentation
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
fc49290459
commit
92af11bce7
|
@ -116,11 +116,12 @@ export default class ReportEventDialog extends PureComponent {
|
|||
{progress}
|
||||
{error}
|
||||
</div>
|
||||
<DialogButtons primaryButton={_t("Send report")}
|
||||
onPrimaryButtonClick={this._onSubmit}
|
||||
focus={true}
|
||||
onCancel={this._onCancel}
|
||||
disabled={this.state.busy}
|
||||
<DialogButtons
|
||||
primaryButton={_t("Send report")}
|
||||
onPrimaryButtonClick={this._onSubmit}
|
||||
focus={true}
|
||||
onCancel={this._onCancel}
|
||||
disabled={this.state.busy}
|
||||
/>
|
||||
</BaseDialog>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue