complete the local storage context improvement

This commit is contained in:
Michael 2021-06-04 21:36:45 +02:00
parent 595cc58e2e
commit f06e576527

View file

@ -3,7 +3,7 @@ import { showSnackbar } from "./snackbarHelper";
// const LOCAL_STORAGE_APP_CONTEXT = "ffc_";
const url = new URL(window.location.href);
const LOCAL_STORAGE_APP_CONTEXT = url.pathname.split('/')[1] + "-";
const LOCAL_STORAGE_APP_CONTEXT = url.pathname.split('/')[1] + "_";
export interface SyncItem {
key: string;