Skip to content

Commit e8a108c

Browse files
committed
Update Products.tsx
product nits
1 parent b460c7f commit e8a108c

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
@@ -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

0 commit comments

Comments
 (0)