From c3826672e10d60b567f482670a36fadfa00326bd Mon Sep 17 00:00:00 2001 From: ikprk <168457495+ikprk@users.noreply.github.com> Date: Mon, 3 Jun 2024 20:12:49 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=93=20Make=20drawer=20initially=20coll?= =?UTF-8?q?apsed=20(#6365)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/studio/YppDashboard/tabs/YppDashboardMainTab.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/atlas/src/views/studio/YppDashboard/tabs/YppDashboardMainTab.tsx b/packages/atlas/src/views/studio/YppDashboard/tabs/YppDashboardMainTab.tsx index eaff2067ef..abe6917fd0 100644 --- a/packages/atlas/src/views/studio/YppDashboard/tabs/YppDashboardMainTab.tsx +++ b/packages/atlas/src/views/studio/YppDashboard/tabs/YppDashboardMainTab.tsx @@ -595,7 +595,7 @@ const SilverTierWrapper = styled(TierWrapper)` export const BenefitsContainer = ({ children, title }: { children: ReactNode[] | ReactNode; title: string }) => { const drawer = useRef(null) - const [isDrawerActive, setDrawerActive] = useState(true) + const [isDrawerActive, setDrawerActive] = useState(false) return (