+
+ actions.setEditName(e.target.value)}
+ defaultValue={state.editName} autocapitalize="word" />
+
+
+ actions.setEditLocation(e.target.value)}
+ defaultValue={state.editLocation} autocapitalize="word" />
+
+
+ actions.setEditDescription(e.target.value)}
+ spellCheck="false" defaultValue={state.editDescription} autoSize={{ minRows: 2, maxRows: 6 }} />
+
+
+