This commit is contained in:
Sean Yesmunt 2019-03-18 17:51:19 -04:00 committed by GitHub
parent 0b3719b01b
commit 7266a46c66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ class ReportPage extends React.Component {
this.setState({
submitting: true,
});
Lbryio.call('event', 'desktop_error', { error_message }).then(() => {
Lbryio.call('event', 'desktop_error', { error_message: message }).then(() => {
this.setState({
submitting: false,
});