From 6e13c7da53e01ec5cb7ca700bd9fdf477d504234 Mon Sep 17 00:00:00 2001 From: Robbie Antenesse Date: Fri, 23 Sep 2016 11:59:38 -0600 Subject: [PATCH] Got word editing working correctly. Need to add labels to fields, maybe use word form component instead. Need to fix simpleDefinition not updating. --- src/components/Word.jsx | 105 +++++++++------------------------------- 1 file changed, 22 insertions(+), 83 deletions(-) diff --git a/src/components/Word.jsx b/src/components/Word.jsx index 232ef43..45ce911 100644 --- a/src/components/Word.jsx +++ b/src/components/Word.jsx @@ -34,55 +34,26 @@ export class Word extends React.Component { showName() { let editButton; - if (this.state.editName) { - if (this.state.editWord) { - editButton = ( -