diff options
author | Hannah Chow <hannah_chow@brown.edu> | 2019-03-16 20:08:08 -0400 |
---|---|---|
committer | Hannah Chow <hannah_chow@brown.edu> | 2019-03-16 20:08:08 -0400 |
commit | f6e51d94462efb863c9aa8d0a6e9636c52f7adf5 (patch) | |
tree | e52506d5031e748a9525409617b8727937100609 /src/client/views/nodes/ImageBox.tsx | |
parent | 7d24a1a063b0a087b51a4c521479ffcb63638d98 (diff) | |
parent | 914114aaffbbd492f68c5e580acf6a28f43dc2c7 (diff) |
yeet
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 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]} |