1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

fix indentation

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2019-08-08 16:47:16 +01:00
committed by David Baker
parent fc49290459
commit 92af11bce7

View File

@@ -116,7 +116,8 @@ export default class ReportEventDialog extends PureComponent {
{progress}
{error}
</div>
<DialogButtons primaryButton={_t("Send report")}
<DialogButtons
primaryButton={_t("Send report")}
onPrimaryButtonClick={this._onSubmit}
focus={true}
onCancel={this._onCancel}