We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dedc0e commit b62f03dCopy full SHA for b62f03d
src/components/containers/AnnotationAccordion.js
@@ -58,6 +58,7 @@ AnnotationAccordion.contextTypes = {
58
AnnotationAccordion.propTypes = {
59
children: PropTypes.node,
60
canAdd: PropTypes.bool,
61
+ localize: PropTypes.func,
62
};
63
64
export default localize(AnnotationAccordion);
0 commit comments