updates on the map change and the configurations and removed the google map api key

This commit is contained in:
2026-08-04 12:35:56 +05:30
parent d5bde7d1ac
commit e1584e3a4b
17 changed files with 1030 additions and 1620 deletions

View File

@@ -1,6 +1,5 @@
import * as React from 'react';
import { useState, useEffect, useRef, Fragment } from 'react';
import Geocode from 'react-geocode';
import { useNavigate } from 'react-router-dom';
import axios from 'axios';
import {
@@ -491,8 +490,6 @@ const Riders = () => {
}
});
Geocode.setApiKey(process.env.REACT_APP_GOOGLE_MAPS_API_KEY);
const handleChangetab = (i) => {
setTabvalue(i);
setLogsRow(null);