diff options
author | madelinegr <laura_wilson@brown.edu> | 2019-02-26 16:04:30 -0500 |
---|---|---|
committer | madelinegr <laura_wilson@brown.edu> | 2019-02-26 16:04:30 -0500 |
commit | 6b61bc19641b3c10658aba00b9cc2cddb6254049 (patch) | |
tree | 6ae8361b21f8a47999ce960e8718353135c075b0 /src | |
parent | 96895c70498957466db704dae01acc07d5ae677c (diff) |
merge
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/collections/CollectionTreeView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionTreeView.tsx b/src/client/views/collections/CollectionTreeView.tsx index 3dbbb045a..273f312dd 100644 --- a/src/client/views/collections/CollectionTreeView.tsx +++ b/src/client/views/collections/CollectionTreeView.tsx @@ -28,6 +28,7 @@ class TreeView extends React.Component<TreeViewProps> { @observable collapsed: boolean = false; + // TODO this will eventually come with functions for what to attach to them renderBullet(type: BulletType) { switch (type) { case BulletType.Collapsed: |