Open a Sketch

{this.props.sketches.map(sketch => )}
Sketch Date created Date updated
{(() => { // eslint-disable-line if (this.props.username === this.props.user.username || this.props.username === undefined) { return ( ); } })()} {sketch.name} {moment(sketch.createdAt).format('MMM D, YYYY h:mm A')} {moment(sketch.updatedAt).format('MMM D, YYYY h:mm A')}