From 01f5b4eb73eebb393392b1b3d9998836ce527fe4 Mon Sep 17 00:00:00 2001 From: Caleb Denio Date: Wed, 7 Feb 2024 16:13:02 -0500 Subject: [PATCH] appease the typechecker --- src/pages/organization/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/organization/index.tsx b/src/pages/organization/index.tsx index 1938b6e..1e17970 100644 --- a/src/pages/organization/index.tsx +++ b/src/pages/organization/index.tsx @@ -47,6 +47,7 @@ function addPendingFeeToTransactions( memo: "FISCAL SPONSORSHIP", has_custom_memo: false, declined: false, + missing_receipt: false, }, ...transactions, ];