mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-16 00:41:31 +03:00
fix indentation
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
22ee809922
commit
d92f8e6d34
1 changed files with 6 additions and 5 deletions
|
@ -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 a new issue