Skip to content

Commit f4bdc5d

Browse files
committed
Add propTypes const
1 parent 727a4b9 commit f4bdc5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ReactHTMLTableToExcel.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* global window, document */
22
import React, {Component, PropTypes} from 'react';
33

4-
propTypes = {
4+
const propTypes = {
55
table: PropTypes.string.isRequired,
66
filename: PropTypes.string.isRequired,
77
sheet: PropTypes.string.isRequired,

0 commit comments

Comments
 (0)