codeforsanjose/disaster-response-sj

<label for="..."> needs to be <label htmlFor="...">

sunnymui opened this issue · 1 comments

Need to change the for attribute in all <label> html tags to htmlFor to be valid JSX since for is a reserved keyword in javascript.

References: https://reactjs.org/docs/dom-elements.html

Addressed in #91