Sketches

{this.props.sketches.map(sketch => )}
Name Created Last Updated
{(() => { // eslint-disable-line console.log(this.props.username); console.log(this.props.user.username); if (this.props.username === this.props.user.username || this.props.username === undefined) { return ( ); } })()} {sketch.name} {moment(sketch.createdAt).format('MMM D, YYYY h:mm:ss A')} {moment(sketch.updatedAt).format('MMM D, YYYY h:mm:ss A')}