Skip to content

Commit e259b77

Browse files
author
Amir Tocker
committed
Fix Video.defaultProps.
1 parent 2e06417 commit e259b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Video/Video.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ export default class Video extends CloudinaryComponent {
5555
}
5656
}
5757
Video.propTypes = {publicId: PropTypes.string};
58-
// Video.defaultProps = {initialCount: 0};
58+
Video.defaultProps = {};
5959
Video.contextTypes = CloudinaryComponent.contextTypes;

0 commit comments

Comments
 (0)