From b85b355b87087262cbab84e6e63f6191dd2994f5 Mon Sep 17 00:00:00 2001 From: sandesh bafna Date: Tue, 30 May 2023 12:24:04 +0530 Subject: [PATCH] Bug fix: Fix $ typo shown in table count on configure page offers section (#43) * Fix $ type in showing table count in configure notification section * Fix $ type in showing table count in configure notification section --------- Co-authored-by: sbafna1 --- web/src/pages/Configure.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/pages/Configure.tsx b/web/src/pages/Configure.tsx index 6ac4fc0..2054a8e 100644 --- a/web/src/pages/Configure.tsx +++ b/web/src/pages/Configure.tsx @@ -628,7 +628,7 @@ const OffersSection = ({
The map to your right displays a polygon representing each offer's - activation zone. Currently, There are ${tableCounts.data?.offers || + activation zone. Currently, there are {tableCounts.data?.offers || 0}{" "} offers in the database.
@@ -661,7 +661,7 @@ const OffersSection = ({ list of segments and notification content. As subscribers travel, they are matched with offers based on their location and segments. If multiple offers match to a subscriber, the highest bid price is - selected. There are 200 simulated offers in the database. + selected. {loadOffersButton} {mapInfoContent}