Skip to content
Snippets Groups Projects
Commit e84b3d52 authored by Alf Eaton's avatar Alf Eaton
Browse files

Add missing brackets

parent 8b8ae1b3
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ const options = [
}
]
const YesOrNo = (name, value, handleChange) => (
const YesOrNo = ({ name, value, handleChange }) => (
<RadioGroup
className={classes.root}
name={name}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment