diff --git a/frontend/app/components/Funnels/FunnelWidget/FunnelBar.tsx b/frontend/app/components/Funnels/FunnelWidget/FunnelBar.tsx
index 813c394e3..041e1a03b 100644
--- a/frontend/app/components/Funnels/FunnelWidget/FunnelBar.tsx
+++ b/frontend/app/components/Funnels/FunnelWidget/FunnelBar.tsx
@@ -8,7 +8,7 @@ interface Props {
}
function FunnelBar(props: Props) {
const { filter } = props;
- // const completedPercentage = calculatePercentage(filter.sessionsCount, filter.dropDueToIssues);
+
return (
@@ -16,7 +16,6 @@ function FunnelBar(props: Props) {
-
- {/* {filter.completedPercentage}% */}
-
+
- {filter.dropDueToIssues > 0 && (
+ {/* {filter.dropDueToIssues > 0 && (
- )}
+ )} */}
@@ -76,7 +70,6 @@ function FunnelBar(props: Props) {
({filter.completedPercentage}%) Completed
- {/* Completed */}
diff --git a/frontend/app/components/Header/UserMenu/UserMenu.tsx b/frontend/app/components/Header/UserMenu/UserMenu.tsx
index d9940248b..c54d582b0 100644
--- a/frontend/app/components/Header/UserMenu/UserMenu.tsx
+++ b/frontend/app/components/Header/UserMenu/UserMenu.tsx
@@ -26,7 +26,7 @@ function UserMenu(props: RouteComponentProps
) {
style={{ width: '250px' }}
className={cn(className, 'absolute right-0 top-0 bg-white border mt-14')}
>
-
+
{getInitials(account.name)}
@@ -41,13 +41,6 @@ function UserMenu(props: RouteComponentProps
) {
-
-
-
-
-
{safeStrMessage}
+
{safeStrMessage}