Update App.js (#1858)

Fixed typo.
This commit is contained in:
Ovieh Mosley
2020-02-14 19:55:42 +00:00
committed by GitHub
parent 05d946ecfb
commit c984796190

View File

@@ -63,7 +63,7 @@ const EditableCell = ({
updateMyData(index, id, value)
}
// If the initialValue is changed externall, sync it up with our state
// If the initialValue is changed external, sync it up with our state
React.useEffect(() => {
setValue(initialValue)
}, [initialValue])