generic tracking oage

This commit is contained in:
2023-02-18 16:58:50 -05:00
parent 30e960a3d8
commit e3680cb77d
6 changed files with 294 additions and 1245 deletions
-4
View File
@@ -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();