Skip to content

Commit 1849002

Browse files
modified: src/App.js
Impliment changes from SpacehuhnTech#4
1 parent c3475ea commit 1849002

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const loadSettings = () => {
2323
ctrlFlag: true,
2424
}
2525

26-
const cookieValue = getCookie('settings')
26+
const cookieValue = getCookie('settings' || "{}")
2727

2828
try {
2929
const cookieJSON = JSON.parse(cookieValue)

0 commit comments

Comments
 (0)