Skip to content
Snippets Groups Projects
Commit 944b6c58 authored by Jack Reed's avatar Jack Reed
Browse files

Fixup eslinting for new updated rules

parent 9081180e
No related branches found
No related tags found
No related merge requests found
......@@ -377,5 +377,4 @@ AnnotationCreation.defaultProps = {
closeCompanionWindow: () => {},
};
export default withStyles(styles)(AnnotationCreation);
......@@ -52,7 +52,6 @@ class AnnotationDrawing extends Component {
});
}
/** */
paperThing() {
const {
......@@ -157,5 +156,4 @@ AnnotationDrawing.defaultProps = {
svg: null,
};
export default AnnotationDrawing;
......@@ -75,7 +75,6 @@ class EditTool extends Component {
flatten(mapChildren(layer)).map((aPath) => aPath)
)));
project.activeLayer.selected = false;
let anySelected = false;
......
......@@ -88,7 +88,6 @@ const mapDispatchToProps = (dispatch, props) => ({
),
});
export default {
component: CanvasAnnotationsWrapper,
mapDispatchToProps,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment