client/components/admin/Editor.jsx
Function render
has 70 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
render() {
if (this.state.data.created_at === undefined) {
this.modifyData({ created_at: format(new Date(), 'HH:mm YYYY-MM-DD') });
}
if (this.state.data.channel_text === undefined) {