aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/DocumentDecorations.tsx
diff options
context:
space:
mode:
authoraidahosa1 <aisosa_idahosa@brown.edu>2024-09-17 13:43:40 -0400
committeraidahosa1 <aisosa_idahosa@brown.edu>2024-09-17 13:43:40 -0400
commit64635a0a0e07a107c4019e366feb2fe5b01c8b04 (patch)
treece6f53c2cd106485a680b17edecf355eed6654f0 /src/client/views/DocumentDecorations.tsx
parent597ad3716286e9eff29316605514218889690da5 (diff)
ready to pull
Diffstat (limited to 'src/client/views/DocumentDecorations.tsx')
-rw-r--r--src/client/views/DocumentDecorations.tsx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client/views/DocumentDecorations.tsx b/src/client/views/DocumentDecorations.tsx
index 45ce681aa..37b1f04e7 100644
--- a/src/client/views/DocumentDecorations.tsx
+++ b/src/client/views/DocumentDecorations.tsx
@@ -773,10 +773,6 @@ export class DocumentDecorations extends ObservableReactComponent<DocumentDecora
const freeformDoc = DocumentView.Selected().some(v => CollectionFreeFormDocumentView.from(v));
- const keyWordTrans = doc[DocData].showLabels ? NumCast(doc[DocData].keywordHeight) : 0
- const tagTrans = doc[DocData].showIconTags ? NumCast(doc[DocData].tagHeight) : 0
-
-
return (
<div className="documentDecorations" style={{ display: this._showNothing && !freeformDoc ? 'none' : undefined }}>
<div