aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ImageBox.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2022-09-22 14:22:26 -0400
committerbobzel <zzzman@gmail.com>2022-09-22 14:22:26 -0400
commita2275a7477bbf02c4ef6c1f388bb08083528f5f1 (patch)
treefe271511c89a3a14e42682177f96ecef5298cbb6 /src/client/views/nodes/ImageBox.tsx
parent2030dda471e1b7a0bbf16af993c496b4b9d8983a (diff)
parent4ac1b5cd93acb50e3656f00e9fdd93315dcbd6f1 (diff)
Merge branch 'master' of https://github.com/brown-dash/Dash-Web
Diffstat (limited to 'src/client/views/nodes/ImageBox.tsx')
-rw-r--r--src/client/views/nodes/ImageBox.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/ImageBox.tsx b/src/client/views/nodes/ImageBox.tsx
index d3d68d835..486c9c48c 100644
--- a/src/client/views/nodes/ImageBox.tsx
+++ b/src/client/views/nodes/ImageBox.tsx
@@ -340,7 +340,7 @@ export class ImageBox extends ViewBoxAnnotatableComponent<ViewBoxAnnotatableProp
</div>
)}
</div>
- {this.considerDownloadIcon}
+ {!Doc.noviceMode && this.considerDownloadIcon}
{this.considerGooglePhotosLink()}
<FaceRectangles document={this.dataDoc} color={'#0000FF'} backgroundColor={'#0000FF'} />
</div>