hide 'from_location' checkbox
hide this checkbox in find friends feature. Just remove the UI element without changing any logic
This commit is contained in:
parent
b8b1146320
commit
f2f6b978f8
|
|
@ -397,7 +397,7 @@ function JKPeopleFilter() {
|
|||
render={({ field }) => <Select {...field} options={joinedOpts} id="selJoinedWithin" />}
|
||||
/>
|
||||
</div>
|
||||
<label className="form-label" htmlFor="from_location">
|
||||
{/* <label className="form-label" htmlFor="from_location">
|
||||
Search by My Location{' '}
|
||||
</label>
|
||||
<div className="form-check">
|
||||
|
|
@ -407,7 +407,7 @@ function JKPeopleFilter() {
|
|||
className="form-check-input"
|
||||
onChange={e => setValue('from_location', e.target.checked)}
|
||||
/>
|
||||
</div>
|
||||
</div> */}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue