fixes in affiliate section - more textual and style fixes
This commit is contained in:
parent
82007bb41c
commit
8f58fe4017
|
|
@ -68,7 +68,7 @@ describe('Affiliate Earnings', () => {
|
|||
cy.wait('@fetchAllEarnings');
|
||||
cy.get('[data-testid=affiliateEarningsList] tbody tr:first-child td')
|
||||
.eq(0)
|
||||
.should('have.text', 'September - 2021');
|
||||
.should('have.text', 'September 2021');
|
||||
cy.get('[data-testid=affiliateEarningsList] tbody tr:first-child td')
|
||||
.eq(1)
|
||||
.should('have.text', 'Silver - 2');
|
||||
|
|
|
|||
|
|
@ -67,8 +67,8 @@ const AgreementText = () => {
|
|||
for Qualifying Purchases (defined in Section 7) made by your Qualifying Customers (defined in Section 7). A
|
||||
“
|
||||
</span>
|
||||
<span className="c0 c10">Product is a product or service</span>
|
||||
<span className="c0">” sold on the JamKazam Site and listed in the </span>
|
||||
<span className="c0 c10">Product</span>
|
||||
<span className="c0">” is a product or service sold on the JamKazam Site and listed in the </span>
|
||||
<span className="c0 c10 c17">Program Advertising Fee Schedule</span>
|
||||
<span className="c0">
|
||||
in Section 10. In order to facilitate your advertisement of Products, we may make available to you
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ const JKAffiliateEarning = ({ payment }) => {
|
|||
{greaterThan.sm ? (
|
||||
<tr>
|
||||
<td>
|
||||
{monthName(payment.month - 1)} - {payment.year}
|
||||
{monthName(payment.month - 1)} {payment.year}
|
||||
</td>
|
||||
<td className='text-center'>
|
||||
{payment.subscriptions.map((subscription, index) => (
|
||||
|
|
|
|||
Loading…
Reference in New Issue