CirclesUBI / circles-handbook

Documentation of the Circles UBI system
https://handbook.joincircles.net
Creative Commons Attribution Share Alike 4.0 International
10 stars 13 forks source link

Fix console error on main page originating from typo #24

Closed louilinn closed 3 years ago

louilinn commented 3 years ago

On the main branch there is a console error which should be resolved by this PR.

Based on prop-type documentation it should be PropTypes.node.isRequired, instead of PropTypes.node.required,.