diff --git a/src/pages/workspace/accounting/intacct/export/SageIntacctNonReimbursableExpensesPage.tsx b/src/pages/workspace/accounting/intacct/export/SageIntacctNonReimbursableExpensesPage.tsx index a248bbfcb481..354111de1489 100644 --- a/src/pages/workspace/accounting/intacct/export/SageIntacctNonReimbursableExpensesPage.tsx +++ b/src/pages/workspace/accounting/intacct/export/SageIntacctNonReimbursableExpensesPage.tsx @@ -105,9 +105,10 @@ function SageIntacctNonReimbursableExpensesPage({policy}: WithPolicyConnectionsP switch (item.type) { case 'toggle': // eslint-disable-next-line no-case-declarations - const {type, shouldHide, ...rest} = item; + const {type, shouldHide, key, ...rest} = item; return (