Correção
This commit is contained in:
@@ -224,8 +224,8 @@ const BuscarItinerario: React.FC = () => {
|
|||||||
{recentSearches.map((search, index) => {
|
{recentSearches.map((search, index) => {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<div key={index}>
|
<div>
|
||||||
<IonRow
|
<IonRow key={index}
|
||||||
class="latest-searches"
|
class="latest-searches"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
fillSearchBars(search.addressFrom, search.addressTo);
|
fillSearchBars(search.addressFrom, search.addressTo);
|
||||||
|
|||||||
Reference in New Issue
Block a user