diff options
Diffstat (limited to 'frontend/views/graph/components/page.handle.js')
| -rw-r--r-- | frontend/views/graph/components/page.handle.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/views/graph/components/page.handle.js b/frontend/views/graph/components/page.handle.js index 06acc63..13eee45 100644 --- a/frontend/views/graph/components/page.handle.js +++ b/frontend/views/graph/components/page.handle.js @@ -19,7 +19,7 @@ export default class PageHandle extends Component { measure() { const { offsetWidth: width, offsetHeight: height } = this.ref.current const { id } = this.props.page - console.log(id, width, height) + // console.log(id, width, height) this.props.onMeasure({ id, width, height }) } render() { @@ -46,7 +46,7 @@ export default class PageHandle extends Component { onDoubleClick={() => history.push(url)} style={style} > - {page.title} + {page.path} <Link to={url}>{'>'}</Link> </div> ) |
