Commit 7772ce58 authored by Neosoulink's avatar Neosoulink
Browse files

refactor: improve merchants search at MerchantsSearch screen

parent d699e5d2
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -81,17 +81,6 @@ function MerchantsSearch({}) {
						...(isEmpty(text)
							? {
									geoLocation: {
										city: USER_DATA?.geoLocation.city,
										countryId:
											USER_DATA?.geoLocation?.countryId,
										countryName:
											USER_DATA?.geoLocation?.countryName,
										streetAddress:
											USER_DATA?.geoLocation
												?.streetAddress,
										postcode:
											USER_DATA?.geoLocation?.postcode,
										house: USER_DATA?.geoLocation?.house,
										loc: {
											type:
												USER_DATA?.geoLocation