aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionView.tsx
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-02-11 01:00:51 -0500
committerBob Zeleznik <zzzman@gmail.com>2020-02-11 01:00:51 -0500
commit51a82fddf79e0c838ed2e506d295edb7d9a9bd7b (patch)
tree507a54e8d0f471df71f395c590e76a1f3bd85036 /src/client/views/collections/CollectionView.tsx
parentdc259d768d435f00527404ed99a4c8c74105fc8a (diff)
fixes to presentation display box, and timeline min/max/span requests.
Diffstat (limited to 'src/client/views/collections/CollectionView.tsx')
-rw-r--r--src/client/views/collections/CollectionView.tsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/views/collections/CollectionView.tsx b/src/client/views/collections/CollectionView.tsx
index c081649cc..1c4818957 100644
--- a/src/client/views/collections/CollectionView.tsx
+++ b/src/client/views/collections/CollectionView.tsx
@@ -54,8 +54,7 @@ export enum CollectionViewType {
Time,
Carousel,
Linear,
- Staff,
- Timeline
+ Staff
}
export namespace CollectionViewType {