mirror of
https://github.com/ascribe/onion.git
synced 2025-01-03 18:35:09 +01:00
Small additional info for logging COA errors
This commit is contained in:
parent
6c5a2e0869
commit
1580dd8f52
@ -226,7 +226,7 @@ let CoaDetails = React.createClass({
|
|||||||
|
|
||||||
contactOnIntercom() {
|
contactOnIntercom() {
|
||||||
window.Intercom('showNewMessage', `Hi, I'm having problems generating a Certificate of Authenticity for Edition: ${this.props.editionId}`);
|
window.Intercom('showNewMessage', `Hi, I'm having problems generating a Certificate of Authenticity for Edition: ${this.props.editionId}`);
|
||||||
console.logGlobal(new Error(`Coa couldn't be created for edition: ${this.props.editionId}`));
|
console.logGlobal(new Error(`Coa couldn't be created for edition: ${this.props.editionId}`), this.props.coaError);
|
||||||
},
|
},
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
|
Loading…
Reference in New Issue
Block a user