Skip to content

Commit

Permalink
Remove useless propstype
Browse files Browse the repository at this point in the history
  • Loading branch information
geourjoa committed Nov 29, 2024
1 parent 2613005 commit 7c9896e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/CanvasAnnotations.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ CanvasAnnotations.propTypes = {
id: PropTypes.string.isRequired,
}),
),
autoScroll: PropTypes.bool,
containerRef: PropTypes.oneOfType([
PropTypes.func,
PropTypes.shape({ current: PropTypes.instanceOf(Element) }),
Expand Down

0 comments on commit 7c9896e

Please sign in to comment.