Sketches

{this.props.sketches.map(sketch => )}
Name Created Last 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:ss A')} {moment(sketch.updatedAt).format('MMM D, YYYY h:mm:ss A')}