From 3bdd91e57755b38c38af9d47c92a1cf7a1d1a415 Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Date: Thu, 25 Jul 2024 13:54:51 +0530 Subject: [PATCH] [WEB-2053] fix: my work page scroll (#5224) * fix: my work page scroll * chore: profile sidebar shadow removed --- .../[workspaceSlug]/(projects)/profile/[userId]/layout.tsx | 4 ++-- web/core/components/profile/sidebar.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/app/[workspaceSlug]/(projects)/profile/[userId]/layout.tsx b/web/app/[workspaceSlug]/(projects)/profile/[userId]/layout.tsx index aabe3637f..d0120eebf 100644 --- a/web/app/[workspaceSlug]/(projects)/profile/[userId]/layout.tsx +++ b/web/app/[workspaceSlug]/(projects)/profile/[userId]/layout.tsx @@ -59,8 +59,8 @@ const UseProfileLayout: React.FC = observer((props) => { <> {/* Passing the type prop from the current route value as we need the header as top most component. TODO: We are depending on the route path to handle the mobile header type. If the path changes, this logic will break. */} -
-
+
+
= observer((props) => { return (