aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormadelinegr <laura_wilson@brown.edu>2019-02-26 16:04:30 -0500
committermadelinegr <laura_wilson@brown.edu>2019-02-26 16:04:30 -0500
commit6b61bc19641b3c10658aba00b9cc2cddb6254049 (patch)
tree6ae8361b21f8a47999ce960e8718353135c075b0 /src
parent96895c70498957466db704dae01acc07d5ae677c (diff)
merge
Diffstat (limited to 'src')
-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 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: