Skip to content

Commit b62f03d

Browse files
committed
Add propType
1 parent 9dedc0e commit b62f03d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/containers/AnnotationAccordion.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ AnnotationAccordion.contextTypes = {
5858
AnnotationAccordion.propTypes = {
5959
children: PropTypes.node,
6060
canAdd: PropTypes.bool,
61+
localize: PropTypes.func,
6162
};
6263

6364
export default localize(AnnotationAccordion);

0 commit comments

Comments
 (0)