aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ImageBox.tsx
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-04-16 00:08:23 -0400
committerTyler Schicke <tyler_schicke@brown.edu>2019-04-16 00:08:23 -0400
commit5782ae7c2bcbdf0026387ba4ac1fcba273930c1c (patch)
tree5532ed3286a72dcc804b4e6c974f7b2fc688c3c3 /src/client/views/nodes/ImageBox.tsx
parent67015ac6e2bf46457570797c80bfc1c03203bd8b (diff)
Changed config stuff to make compilation faster
Fixed linter errors
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 9bdbfbb5d..edd7f55fc 100644
--- a/src/client/views/nodes/ImageBox.tsx
+++ b/src/client/views/nodes/ImageBox.tsx
@@ -81,7 +81,7 @@ export class ImageBox extends React.Component<FieldViewProps> {
}
e.stopPropagation();
}
- }))
+ }));
// de.data.removeDocument() bcz: need to implement
}
}