Skip to content

Commit

Permalink
Bug fix: Fix $ typo shown in table count on configure page offers sec…
Browse files Browse the repository at this point in the history
…tion (#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 <sbafna@ip-10-170-33-212>
  • Loading branch information
sandeshvijayraj and sbafna1 authored May 30, 2023
1 parent 8ae26ee commit b85b355
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/pages/Configure.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ const OffersSection = ({
<Text>
<br />
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.
</Text>
Expand Down Expand Up @@ -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.
</Text>
{loadOffersButton}
{mapInfoContent}
Expand Down

0 comments on commit b85b355

Please sign in to comment.