Skip to content
Snippets Groups Projects
Commit b80b4f20 authored by Mathias Maaß's avatar Mathias Maaß
Browse files

satisfy the linter

parent ba93468c
Branches 15-api-for-annotations-on-video
No related tags found
No related merge requests found
......@@ -3,7 +3,6 @@ import {
getShowZoomControlsConfig,
getTheme,
getThemeIds,
getWorkspaceType,
getContainerId,
} from '../../../src/state/selectors';
......
......@@ -337,8 +337,8 @@ OpenSeadragonViewer.defaultProps = {
OpenSeadragonViewer.propTypes = {
canvasWorld: PropTypes.instanceOf(CanvasWorld).isRequired,
classes: PropTypes.objectOf(PropTypes.string).isRequired,
children: PropTypes.node,
classes: PropTypes.objectOf(PropTypes.string).isRequired,
highlightedAnnotations: PropTypes.arrayOf(PropTypes.object),
label: PropTypes.string,
palette: PropTypes.object, // eslint-disable-line react/forbid-prop-types
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment