Skip to content

Commit 59f3e9c

Browse files
committed
Remove husky
1 parent 920b779 commit 59f3e9c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

frontend/src/App/slice.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ const getInitialState = (): IAppState => {
1313
let hideStartUp: null | boolean = null;
1414
let activeMode = getThemeMode();
1515

16-
try {storageData = localStorage.getItem(AUTH_DATA_STORAGE_KEY);} catch (e) {
16+
try {
17+
storageData = localStorage.getItem(AUTH_DATA_STORAGE_KEY);
18+
} catch (e) {
1719
console.log(e);
1820
}
1921

0 commit comments

Comments
 (0)