This commit is contained in:
Paulo Gustavo Veiga 2022-05-31 16:03:09 -07:00
parent 1ff7f50983
commit e62ec545d0

View File

@ -83,7 +83,7 @@ const MapsPage = (): ReactElement => {
id: 'maps.page-title', id: 'maps.page-title',
defaultMessage: 'My Maps | WiseMapping', defaultMessage: 'My Maps | WiseMapping',
}); });
ReactGA.send({ hitType: 'pageview', page: window.location.pathname, title: 'MapsList' }); ReactGA.send({ hitType: 'pageview', page: window.location.pathname, title: 'Maps List' });
}, []); }, []);
const mutation = useMutation((id: number) => client.deleteLabel(id), { const mutation = useMutation((id: number) => client.deleteLabel(id), {