fix typo with error message

This commit is contained in:
GotPPay
2018-05-11 11:45:06 +02:00
parent 1fdce51b72
commit 0cff9ccae9

View File

@@ -650,7 +650,7 @@ class Organization extends React.Component {
open={this.state.showErrorMessage}
onRequestClose={this.handleDialogDismiss.bind(this)}
>
{this.state.message}
{this.state.errorMessage}
</Dialog>
<Main organization={this.state.organization}
onAddressAdded={this.handleAddressAdded} onAddressRemoved={this.handleAddressRemoved}