aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionStackingView.tsx
diff options
context:
space:
mode:
authorgeireann <geireann.lindfield@gmail.com>2021-09-02 06:23:15 -0400
committergeireann <geireann.lindfield@gmail.com>2021-09-02 06:23:15 -0400
commitaee30b5ffc52e90559fa3c1786ce477943abcfb3 (patch)
treece1e79dc47bea5efbc377f7c672ac36427c420d1 /src/client/views/collections/CollectionStackingView.tsx
parent12d8267533d9b646247914e965b3cf7c32019e4b (diff)
Placing collection menu in Lightbox (commented out) and others
- Set toggle properties off - added link that goes directly to the dash documentation
Diffstat (limited to 'src/client/views/collections/CollectionStackingView.tsx')
-rw-r--r--src/client/views/collections/CollectionStackingView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionStackingView.tsx b/src/client/views/collections/CollectionStackingView.tsx
index 3c9084f64..c92b259d0 100644
--- a/src/client/views/collections/CollectionStackingView.tsx
+++ b/src/client/views/collections/CollectionStackingView.tsx
@@ -579,7 +579,7 @@ export class CollectionStackingView extends CollectionSubView<StackingDocument,
<>
{buttonMenu || noviceExplainer ? <div className="documentButtonMenu">
{buttonMenu ? this.buttonMenu : null}
- {Doc.UserDoc().isNovice && noviceExplainer ?
+ {Doc.UserDoc().noviceMode && noviceExplainer ?
<div className="documentExplanation">
{noviceExplainer}
</div>