move settle action to the homie cash flow details
This commit is contained in:
@@ -40,7 +40,7 @@ const InputModal = (props) => {
|
||||
<p><strong>{body}</strong></p>
|
||||
<br/>
|
||||
<div className="input-field col s6">
|
||||
<input ref={inputField} defaultValue={defaultInputValue} id="input-num" type="number" className="validate" />
|
||||
<input key={`defaultInput:${defaultInputValue}`} ref={inputField} defaultValue={defaultInputValue} id="input-num" type="number" className="validate" />
|
||||
<label className="active" htmlFor="input-num">{inputLabel}</label>
|
||||
</div>
|
||||
</Modal>
|
||||
|
||||
Reference in New Issue
Block a user