Skip to content

Commit

Permalink
Update comment for new util
Browse files Browse the repository at this point in the history
  • Loading branch information
SH5H committed Dec 5, 2022
1 parent a47decd commit 4a105a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/utilities/checks/tempLocalStorage.ts
Original file line number Diff line number Diff line change
@@ -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);

Expand Down

0 comments on commit 4a105a7

Please sign in to comment.