Skip to content

Commit 6fa7456

Browse files
committed
Update Products.tsx
addressing comments
1 parent e8a108c commit 6fa7456

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

frontend/src/Components/ProductTypes/Products.tsx

-4
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ const Products = () => {
4242
transformData={transformPaymentData}
4343
/>
4444
)}
45-
{products.includes("auth") && (
4645
<Endpoint
4746
endpoint="auth"
4847
name="Auth"
@@ -51,7 +50,6 @@ const Products = () => {
5150
description="Retrieve account and routing numbers for checking and savings accounts."
5251
transformData={transformAuthData}
5352
/>
54-
)}
5553
<Endpoint
5654
endpoint="transactions"
5755
name="Transactions"
@@ -60,7 +58,6 @@ const Products = () => {
6058
description="Retrieve transactions for credit and depository accounts."
6159
transformData={transformTransactionsData}
6260
/>
63-
{products.includes("identity") && (
6461
<Endpoint
6562
endpoint="identity"
6663
name="Identity"
@@ -70,7 +67,6 @@ const Products = () => {
7067
fraud by comparing user-submitted data to validate identity."
7168
transformData={transformIdentityData}
7269
/>
73-
)}
7470
{products.includes("assets") && (
7571
<Endpoint
7672
endpoint="assets"

0 commit comments

Comments
 (0)