Fix typo
This commit is contained in:
parent
0b3719b01b
commit
7266a46c66
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class ReportPage extends React.Component {
|
||||||
this.setState({
|
this.setState({
|
||||||
submitting: true,
|
submitting: true,
|
||||||
});
|
});
|
||||||
Lbryio.call('event', 'desktop_error', { error_message }).then(() => {
|
Lbryio.call('event', 'desktop_error', { error_message: message }).then(() => {
|
||||||
this.setState({
|
this.setState({
|
||||||
submitting: false,
|
submitting: false,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue