upates on the google map removal
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user