@local-civics/hub-ui 0.1.134 → 0.1.135
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4676,7 +4676,7 @@ const Registration = (props) => {
|
|
|
4676
4676
|
const [givenName, setGivenName] = React.useState(props.givenName);
|
|
4677
4677
|
const [familyName, setFamilyName] = React.useState(props.familyName);
|
|
4678
4678
|
const [grade, setGrade] = React.useState(props.grade);
|
|
4679
|
-
const [impactStatement, setImpactStatement] = React.useState(props.impactStatement
|
|
4679
|
+
const [impactStatement, setImpactStatement] = React.useState(props.impactStatement);
|
|
4680
4680
|
const onRegister = () => props.onRegister && props.onRegister({
|
|
4681
4681
|
givenName,
|
|
4682
4682
|
familyName,
|