diff --git a/web/components/portfolio/portfolio-summary.tsx b/web/components/portfolio/portfolio-summary.tsx
index dcf799bb0c..384f5ed65f 100644
--- a/web/components/portfolio/portfolio-summary.tsx
+++ b/web/components/portfolio/portfolio-summary.tsx
@@ -29,13 +29,11 @@ export const PortfolioSummary = (props: { user: User; className?: string }) => {
) : (
)}
diff --git a/web/components/portfolio/twomba-portfolio-value-section.tsx b/web/components/portfolio/twomba-portfolio-value-section.tsx
index 4fb819cafc..b9cb18f333 100644
--- a/web/components/portfolio/twomba-portfolio-value-section.tsx
+++ b/web/components/portfolio/twomba-portfolio-value-section.tsx
@@ -419,7 +419,7 @@ function TwombaPortfolioValueSkeleton(props: {
)}
-
+
)}
- {!hideAddFundsButton && (
-
-
-
-
- )}
+ {!hideAddFundsButton && (
+
+
+
+
+ )}
)
}