Skip to content

Commit 01de5d5

Browse files
committed
Add key prop to GiftOption and enhance tote bag description
1 parent 165272d commit 01de5d5

File tree

1 file changed

+5
-3
lines changed
  • frontend/src/screens/App/screens/TipJar

1 file changed

+5
-3
lines changed

frontend/src/screens/App/screens/TipJar/index.tsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ const renderGift = ({
109109
case 'tote-bag':
110110
return (
111111
<GiftOption
112+
key={gift}
112113
title={
113114
<>
114115
Custom <i>1940s.nyc</i> tote bag
@@ -119,9 +120,10 @@ const renderGift = ({
119120
frequency={frequency}
120121
description={
121122
<>
122-
This custom-made bag features &ldquo;1940s.nyc&rdquo; printed on
123-
the front, and a map of any NYC area of your choice on the back.
124-
You&rsquo;ll get an email to select the area.
123+
This custom-made bag features &ldquo;1940s.nyc&rdquo; on the front
124+
in one of six color options, and a map of any NYC area of your
125+
choice on the back. You&rsquo;ll get an email to select the area
126+
and colors.
125127
</>
126128
}
127129
imageSrc={TotBagImage}

0 commit comments

Comments
 (0)