mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-04 10:22:38 +00:00
remove console log
This commit is contained in:
@@ -331,7 +331,6 @@ const EditPage = createClass({
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(this.state.errors.response.error.status === 409) {
|
if(this.state.errors.response.error.status === 409) {
|
||||||
console.log(this.state.errors.response);
|
|
||||||
const message = this.state.errors.response.body?.message;
|
const message = this.state.errors.response.body?.message;
|
||||||
return <Nav.item className='save error' icon='fas fa-exclamation-triangle'>
|
return <Nav.item className='save error' icon='fas fa-exclamation-triangle'>
|
||||||
Oops!
|
Oops!
|
||||||
|
|||||||
Reference in New Issue
Block a user