remove unused localstorage value

This commit is contained in:
gatzjames 2023-09-26 19:28:02 +02:00
parent 368f015967
commit 564734bda9
No known key found for this signature in database
GPG Key ID: 5A797EBED4F68D5A

View File

@ -911,7 +911,6 @@ router.subscribe(({ location }) => {
location.pathname
);
localStorage.setItem('locationHistoryEntry', location.pathname);
match?.params.organizationId && localStorage.setItem(`locationHistoryEntry:${match?.params.organizationId}`, location.pathname);
});