From b788bc6b6a9f30ca66ff84b6aea5c78c643c0ce3 Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Mon, 15 Jan 2024 01:00:15 -0800 Subject: [PATCH] comment out recently viewed --- frontend/src/pages/dashboard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/dashboard.tsx b/frontend/src/pages/dashboard.tsx index 0894edaeb..d825807cd 100644 --- a/frontend/src/pages/dashboard.tsx +++ b/frontend/src/pages/dashboard.tsx @@ -43,7 +43,7 @@ export const Dashboard = () => { return ( - + {/* */} );