diff options
| author | geireann <geireann.lindfield@gmail.com> | 2021-09-02 06:23:15 -0400 |
|---|---|---|
| committer | geireann <geireann.lindfield@gmail.com> | 2021-09-02 06:23:15 -0400 |
| commit | aee30b5ffc52e90559fa3c1786ce477943abcfb3 (patch) | |
| tree | ce1e79dc47bea5efbc377f7c672ac36427c420d1 /src/client/views/collections/CollectionStackingView.tsx | |
| parent | 12d8267533d9b646247914e965b3cf7c32019e4b (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.tsx | 2 |
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> |
