diff --git a/frontend/components/utilities/checks/tempLocalStorage.ts b/frontend/components/utilities/checks/tempLocalStorage.ts index 85623a30a5..f24d53aeb3 100644 --- a/frontend/components/utilities/checks/tempLocalStorage.ts +++ b/frontend/components/utilities/checks/tempLocalStorage.ts @@ -1,4 +1,4 @@ -// this function is temporary until. have to create error handling logic for localStorage and delete this. +// this is temporary util function. create error handling logic for localStorage and delete this. export const tempLocalStorage = (key: string) => { const value = localStorage.getItem(key);