securedeveloper / react-data-export

Export dataset in react.
https://securedeveloper.github.io/react-data-export/
MIT License
179 stars 194 forks source link

changed var to const #51

Closed pauldtong closed 6 years ago

pauldtong commented 6 years ago

Type: small edit

The following has been addressed in the PR: in react, variables should be declared with 'let' or 'const'.

Description: