Simplify pages title

This commit is contained in:
Paulo Gustavo Veiga 2022-05-30 09:04:02 -07:00
parent 5abf9ca06b
commit 1ff7f50983

View File

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