aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionTreeView.tsx
diff options
context:
space:
mode:
authormadelinegr <mgriswold99@gmail.com>2019-02-25 18:34:10 -0500
committermadelinegr <mgriswold99@gmail.com>2019-02-25 18:34:10 -0500
commita38a26ac3aa8bbce0dabf8495af29a48e2c039e4 (patch)
treec424fe0b5117ed95a75c2d486e1c39bd9bc6fb04 /src/client/views/collections/CollectionTreeView.tsx
parent22d1038ca71c66fba29f4b01b39f16a903b40830 (diff)
redid presentation view class
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.tsx')
-rw-r--r--src/client/views/collections/CollectionTreeView.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionTreeView.tsx b/src/client/views/collections/CollectionTreeView.tsx
index 52e853bf7..bad3e3b69 100644
--- a/src/client/views/collections/CollectionTreeView.tsx
+++ b/src/client/views/collections/CollectionTreeView.tsx
@@ -18,6 +18,7 @@ export interface TreeViewProps {
*/
class TreeView extends React.Component<TreeViewProps> {
+ //observable means render is re-called every time variable is changed
@observable
collapsed: boolean = false;