aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorkimdahey <claire_kim1@brown.edu>2019-07-30 13:49:09 -0400
committerkimdahey <claire_kim1@brown.edu>2019-07-30 13:49:09 -0400
commit36ac0409b2a7a752727eaf2fc289d8cc72487619 (patch)
treed01daa2ea28cb91ded631f7ed2aed24c143e68ec /src
parent6957339025bcc89482fac0fc7ca803966ff3ca6d (diff)
small fixes
Diffstat (limited to 'src')
-rw-r--r--src/client/views/collections/CollectionStackingView.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionStackingView.tsx b/src/client/views/collections/CollectionStackingView.tsx
index c6e889bb5..fb31989a5 100644
--- a/src/client/views/collections/CollectionStackingView.tsx
+++ b/src/client/views/collections/CollectionStackingView.tsx
@@ -30,7 +30,6 @@ export class CollectionStackingView extends CollectionSubView(doc => doc) {
_sectionFilterDisposer?: IReactionDisposer;
_docXfs: any[] = [];
_columnStart: number = 0;
- _toggleTitle: string = "author mode";
@observable private cursor: CursorProperty = "grab";
get sectionHeaders() { return Cast(this.props.Document.sectionHeaders, listSpec(SchemaHeaderField)); }
@computed get chromeCollapsed() { return this.props.chromeCollapsed; }