From 365afefefef2a7c5713f82126e4881daca9b2795 Mon Sep 17 00:00:00 2001 From: Tejashwini Date: Sun, 19 Jul 2026 23:36:17 +0530 Subject: [PATCH] Fix malformed JSX in AdminHome.jsx causing frontend build failure Signed-off-by: Tejashwini --- frontend/src/components/admin/AdminHome.jsx | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/frontend/src/components/admin/AdminHome.jsx b/frontend/src/components/admin/AdminHome.jsx index bba4b22..62c8fe0 100644 --- a/frontend/src/components/admin/AdminHome.jsx +++ b/frontend/src/components/admin/AdminHome.jsx @@ -126,13 +126,8 @@ const AdminHome = () => { > Payments - - - {activeSection === "payments" ? ( - - variant={ - activeSection === "activity-logs" ? "contained" : "outlined" - } + - {activeSection === "activity-logs" ? ( + {activeSection === "payments" ? ( + + ) : activeSection === "activity-logs" ? ( ) : (