generic tracking oage
This commit is contained in:
@@ -15,11 +15,7 @@ export default function Tracking(props) {
|
||||
|
||||
const api = new usersService();
|
||||
const [isLoading, setIsLoading] = useState(true)
|
||||
|
||||
|
||||
const [userTrackingHx, setUserTrackingHx] = useState([]);
|
||||
|
||||
|
||||
const getUserTrackingHx = async () => {
|
||||
try {
|
||||
const res = await api.getUserTrackingHistory();
|
||||
|
||||
Reference in New Issue
Block a user