This commit is contained in:
Saatvik Arya 2024-07-25 20:20:04 -07:00
parent dcf6b589da
commit 993d929d07

View file

@ -28,7 +28,9 @@ export default function Home() {
if (currStep > 3) {
updateDb().then(() => {
push("/home?q=what%20is%20supermemory");
});
}).catch((e) => {
console.error(e);
});
}
}, [currStep]);