From 603ee54fd3760e7540ba788bbbe90622bf6dc663 Mon Sep 17 00:00:00 2001 From: Morgan Ludtke <42942267+ludtkemorgan@users.noreply.github.com> Date: Fri, 23 Feb 2024 15:09:52 -0600 Subject: [PATCH] fix: null check on option links (#3897) --- .../listings/PaperListingForm/sections/SelectAndOrder.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/partners/src/components/listings/PaperListingForm/sections/SelectAndOrder.tsx b/sites/partners/src/components/listings/PaperListingForm/sections/SelectAndOrder.tsx index 00fe87a348..129ff1bf65 100644 --- a/sites/partners/src/components/listings/PaperListingForm/sections/SelectAndOrder.tsx +++ b/sites/partners/src/components/listings/PaperListingForm/sections/SelectAndOrder.tsx @@ -220,7 +220,7 @@ const SelectAndOrder = ({ {option.collectAddress && (
0) ? "-mt-4" : "mt-0" + isNotLastItem && (option.description || option.links?.length > 0) ? "-mt-4" : "mt-0" }`} > ({t("listings.providesAdditionalFields.info")})