@@ -232,7 +232,7 @@ class PushContainer extends Component {
type="text"
maxLength='20'
id="FstInp"
- // value={this.state.fstName}
+ value={this.state.fstName}
onFocus={() =>this.spellFst()}
onInput={(e) => {
this.handleInputFst(e)