fix: set default syncState

This commit is contained in:
Derrick Hammer 2023-10-09 02:26:50 -04:00
parent 32afd2f4ae
commit 4982a3dd1a
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ const LumeProvider = ({ children }: { children: ReactNode }) => {
type, type,
name, name,
id: module, id: module,
syncState: "syncing",
}; };
// Subscribe to status updates // Subscribe to status updates