diff options
Diffstat (limited to 'src/client/views/graph/Graph.tsx')
| -rw-r--r-- | src/client/views/graph/Graph.tsx | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/src/client/views/graph/Graph.tsx b/src/client/views/graph/Graph.tsx index 326f33358..d925cc32c 100644 --- a/src/client/views/graph/Graph.tsx +++ b/src/client/views/graph/Graph.tsx @@ -20,8 +20,11 @@ export class Graph extends CollectionSubView(Document) {      render() { +        let collection = <CollectionFreeFormView {...this.props}/>;  +           return ( -            <CollectionFreeFormView {...this.props}/> +            <div> +            </div>          );       } | 
