File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
frontend/src/Components/ProductTypes Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments