"View" should link to sketch
This commit is contained in:
parent
13c45490a2
commit
1056005eb6
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ class SketchList extends React.Component {
|
||||||
const sketchesWithAddedStatus = this.props.sketches.map(sketch => ({
|
const sketchesWithAddedStatus = this.props.sketches.map(sketch => ({
|
||||||
...sketch,
|
...sketch,
|
||||||
isAdded: this.inCollection(sketch),
|
isAdded: this.inCollection(sketch),
|
||||||
|
url: `/${this.props.username}/sketches/${sketch.id}`,
|
||||||
}));
|
}));
|
||||||
|
|
||||||
let content = null;
|
let content = null;
|
||||||
|
|
Loading…
Reference in a new issue