File tree 1 file changed +0
-4
lines changed
frontend/src/Components/ProductTypes
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ const Products = () => {
42
42
transformData = { transformPaymentData }
43
43
/>
44
44
) }
45
- { products . includes ( "auth" ) && (
46
45
< Endpoint
47
46
endpoint = "auth"
48
47
name = "Auth"
@@ -51,7 +50,6 @@ const Products = () => {
51
50
description = "Retrieve account and routing numbers for checking and savings accounts."
52
51
transformData = { transformAuthData }
53
52
/>
54
- ) }
55
53
< Endpoint
56
54
endpoint = "transactions"
57
55
name = "Transactions"
@@ -60,7 +58,6 @@ const Products = () => {
60
58
description = "Retrieve transactions for credit and depository accounts."
61
59
transformData = { transformTransactionsData }
62
60
/>
63
- { products . includes ( "identity" ) && (
64
61
< Endpoint
65
62
endpoint = "identity"
66
63
name = "Identity"
@@ -70,7 +67,6 @@ const Products = () => {
70
67
fraud by comparing user-submitted data to validate identity."
71
68
transformData = { transformIdentityData }
72
69
/>
73
- ) }
74
70
{ products . includes ( "assets" ) && (
75
71
< Endpoint
76
72
endpoint = "assets"
You can’t perform that action at this time.
0 commit comments