diff options
| author | andrewdkim <adkim414@gmail.com> | 2019-11-05 16:32:05 -0500 |
|---|---|---|
| committer | andrewdkim <adkim414@gmail.com> | 2019-11-05 16:32:05 -0500 |
| commit | 59e0e66dd7054f0770690c2e098e8e59b99ef463 (patch) | |
| tree | c035c72428184d32eef16331e086fb178d63d194 /src/client/views/nodes/ImageBox.tsx | |
| parent | b1e9619a4e04a9784d927c766361d734f549d6c5 (diff) | |
| parent | 8160b5e1e79aedc7acc6f1dc418b428073ce2118 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into webcam_mohammad
Diffstat (limited to 'src/client/views/nodes/ImageBox.tsx')
| -rw-r--r-- | src/client/views/nodes/ImageBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/ImageBox.tsx b/src/client/views/nodes/ImageBox.tsx index 188440292..212c99f9d 100644 --- a/src/client/views/nodes/ImageBox.tsx +++ b/src/client/views/nodes/ImageBox.tsx @@ -323,7 +323,7 @@ export class ImageBox extends DocAnnotatableComponent<FieldViewProps, ImageDocum style={{ height: `calc(${.1 * nativeHeight / nativeWidth * 100}%)` }} > <FontAwesomeIcon className="imageBox-audioFont" - style={{ color: [DocListCast(extensionDoc.audioAnnotations).length ? "blue" : "gray", "green", "red"][this._audioState] }} icon={faFileAudio} size="sm" /> + style={{ color: [DocListCast(extensionDoc.audioAnnotations).length ? "blue" : "gray", "green", "red"][this._audioState] }} icon={!DocListCast(extensionDoc.audioAnnotations).length ? "microphone" : faFileAudio} size="sm" /> </div> {this.considerGooglePhotosLink()} <FaceRectangles document={extensionDoc} color={"#0000FF"} backgroundColor={"#0000FF"} /> |
