aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ImageBox.tsx
diff options
context:
space:
mode:
authorHannah Chow <hannah_chow@brown.edu>2019-03-16 20:08:08 -0400
committerHannah Chow <hannah_chow@brown.edu>2019-03-16 20:08:08 -0400
commitf6e51d94462efb863c9aa8d0a6e9636c52f7adf5 (patch)
treee52506d5031e748a9525409617b8727937100609 /src/client/views/nodes/ImageBox.tsx
parent7d24a1a063b0a087b51a4c521479ffcb63638d98 (diff)
parent914114aaffbbd492f68c5e580acf6a28f43dc2c7 (diff)
yeet
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 bceeedbc6..cad8904d0 100644
--- a/src/client/views/nodes/ImageBox.tsx
+++ b/src/client/views/nodes/ImageBox.tsx
@@ -70,7 +70,7 @@ export class ImageBox extends React.Component<FieldViewProps> {
}
lightbox = (path: string) => {
- const images = [path, "http://www.cs.brown.edu/~bcz/face.gif"];
+ const images = [path];
if (this._isOpen && this.props.isSelected()) {
return (<Lightbox
mainSrc={images[this._photoIndex]}