mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-22 06:37:56 +01:00
Simplify pages title
This commit is contained in:
parent
5abf9ca06b
commit
1ff7f50983
@ -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: 'Maps list' });
|
ReactGA.send({ hitType: 'pageview', page: window.location.pathname, title: 'MapsList' });
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
const mutation = useMutation((id: number) => client.deleteLabel(id), {
|
const mutation = useMutation((id: number) => client.deleteLabel(id), {
|
||||||
|
Loading…
Reference in New Issue
Block a user