From da62df4dabcf0f01b07e693b32565813fe509f18 Mon Sep 17 00:00:00 2001 From: Paul Norman Date: Tue, 7 Oct 2025 13:28:57 -0700 Subject: [PATCH] web: funding: Don't include empty financial history history is optional but the text says to only include if one of expenses or income is being communicated. This means it shouldn't be included if it's an empty list. --- cookbooks/web/files/default/static/funding.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cookbooks/web/files/default/static/funding.json b/cookbooks/web/files/default/static/funding.json index 401059819..33c82e1bf 100644 --- a/cookbooks/web/files/default/static/funding.json +++ b/cookbooks/web/files/default/static/funding.json @@ -187,7 +187,6 @@ "funding-website" ] } - ], - "history": [] + ] } } -- 2.39.5