From 4a105a72e96f583bdfa3c87b8879f357ac71c9e8 Mon Sep 17 00:00:00 2001 From: seunghyunOh Date: Tue, 6 Dec 2022 05:55:07 +0900 Subject: [PATCH] Update comment for new util --- frontend/components/utilities/checks/tempLocalStorage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);