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 @@ -52,7 +52,6 @@ const Products = () => {
52
52
transformData = { transformAuthData }
53
53
/>
54
54
) }
55
- { products . includes ( "transactions" ) && (
56
55
< Endpoint
57
56
endpoint = "transactions"
58
57
name = "Transactions"
@@ -61,7 +60,6 @@ const Products = () => {
61
60
description = "Retrieve transactions for credit and depository accounts."
62
61
transformData = { transformTransactionsData }
63
62
/>
64
- ) }
65
63
{ products . includes ( "identity" ) && (
66
64
< Endpoint
67
65
endpoint = "identity"
@@ -83,7 +81,6 @@ const Products = () => {
83
81
transformData = { transformAssetsData }
84
82
/>
85
83
) }
86
- { products . includes ( "balance" ) && (
87
84
< Endpoint
88
85
endpoint = "balance"
89
86
name = "Balance"
@@ -93,7 +90,6 @@ const Products = () => {
93
90
fees."
94
91
transformData = { transformBalanceData }
95
92
/>
96
- ) }
97
93
{ products . includes ( "investments" ) && (
98
94
< >
99
95
< Endpoint
You can’t perform that action at this time.
0 commit comments