From 242494efe037fefa4b8b8e2bfc3c9f0c21915400 Mon Sep 17 00:00:00 2001 From: Michael Georgescu Date: Wed, 27 Mar 2024 14:16:10 -0700 Subject: [PATCH] added debug --- src/components/home.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/home.tsx b/src/components/home.tsx index a2feabfb..e4c63a0a 100644 --- a/src/components/home.tsx +++ b/src/components/home.tsx @@ -16,6 +16,7 @@ import { retrieveProjects } from '../utilities/database_utils' */ const Home: FC = () => { const path = window.location.href.split('?')[1] + console.log("Path is ",path) const navigate = useNavigate() const db = new PouchDB(dbName)