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 @@ -52,7 +52,6 @@ const Products = () => {
5252 transformData = { transformAuthData }
5353 />
5454 ) }
55- { products . includes ( "transactions" ) && (
5655 < Endpoint
5756 endpoint = "transactions"
5857 name = "Transactions"
@@ -61,7 +60,6 @@ const Products = () => {
6160 description = "Retrieve transactions for credit and depository accounts."
6261 transformData = { transformTransactionsData }
6362 />
64- ) }
6563 { products . includes ( "identity" ) && (
6664 < Endpoint
6765 endpoint = "identity"
@@ -83,7 +81,6 @@ const Products = () => {
8381 transformData = { transformAssetsData }
8482 />
8583 ) }
86- { products . includes ( "balance" ) && (
8784 < Endpoint
8885 endpoint = "balance"
8986 name = "Balance"
@@ -93,7 +90,6 @@ const Products = () => {
9390 fees."
9491 transformData = { transformBalanceData }
9592 />
96- ) }
9793 { products . includes ( "investments" ) && (
9894 < >
9995 < Endpoint
You can’t perform that action at this time.
0 commit comments