add console log

This commit is contained in:
Ed Chalstrey 2022-05-19 13:38:08 +01:00
parent df9766aebb
commit f67c2b4149

View File

@ -246,6 +246,7 @@ const withCopyEdit: (wc: React.ComponentType<CategoryViewProps>) => DataContaine
} catch(err) {
this.setState({error: err});
}
console.log(slug + " verify button clicked")
}
render() {