From b8e9275cebf724b19c0e763bb4d05eb9a56f4f2a Mon Sep 17 00:00:00 2001 From: Ankit Sridhar <36269838+ankitsridhar16@users.noreply.github.com> Date: Sat, 12 Feb 2022 03:45:35 +0530 Subject: [PATCH] fix smart contract address bug (#1827) Co-authored-by: Peer Richelsen --- apps/web/pages/event-types/[type].tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/pages/event-types/[type].tsx b/apps/web/pages/event-types/[type].tsx index b9e13c02..545e720f 100644 --- a/apps/web/pages/event-types/[type].tsx +++ b/apps/web/pages/event-types/[type].tsx @@ -675,7 +675,7 @@ const EventTypePage = (props: inferSSRProps) => { ? { smartContractAddress, } - : undefined, + : "", }); }} className="space-y-6">