diff options
author | andrewdkim <adkim414@gmail.com> | 2019-08-09 17:10:49 -0400 |
---|---|---|
committer | andrewdkim <adkim414@gmail.com> | 2019-08-09 17:10:49 -0400 |
commit | c8cb602f06f1b6c325ce467eea8dfa405b673810 (patch) | |
tree | d1241383a663defd4532b52dd2aa686a0d950f5e /src/client/views/graph/Graph.tsx | |
parent | 2ec9f8160204aaaa94239910731facce260c34a5 (diff) |
some changes
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> ); } |