onAuthorChange = (e) => {
        const author = e.target.value;
        this.setState(() => ({
            author
        }));