fix indentation

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
Michael Telatynski 2019-08-08 16:47:16 +01:00
父節點 22ee809922
當前提交 d92f8e6d34
共有 1 個檔案被更改,包括 6 行新增5 行删除

查看文件

@ -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>
);