From 15f5eb20982eb80bcb09fbe35f460b966aad013b Mon Sep 17 00:00:00 2001 From: wavehassman Date: Thu, 23 May 2024 13:26:14 -0400 Subject: [PATCH] #2432: deleted if statement that caused duplicate tab --- src/frontend/src/pages/FinancePage/RefundsSection.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/frontend/src/pages/FinancePage/RefundsSection.tsx b/src/frontend/src/pages/FinancePage/RefundsSection.tsx index 0387fc2115..c1cb802953 100644 --- a/src/frontend/src/pages/FinancePage/RefundsSection.tsx +++ b/src/frontend/src/pages/FinancePage/RefundsSection.tsx @@ -139,7 +139,6 @@ const Refunds = ({ userReimbursementRequests, allReimbursementRequests }: Refund const tabs = [{ label: 'My Refunds', value: 0 }]; if (canViewAllReimbursementRequests) tabs.push({ label: 'All Club Refunds', value: 1 }); - if (user.isFinance) tabs.push({ label: 'All Club Refunds', value: 1 }); return (