Add a todo

This commit is contained in:
JaniAnttonen
2022-02-25 16:34:09 +02:00
parent a3393ded1e
commit 810d3b2524

View File

@@ -96,6 +96,9 @@ let initialState: IState = {
let localStorageAccounts: string | null = null;
let initialAccounts: IAccount[] = [];
// TODO: What exactly should we store in localStorage? editorSettings, splits, accounts?
// Check if there's a persited accounts in localStorage
if (typeof window !== "undefined") {
try {