From 361ee16567b5411ce6dd4db8fface113db52f436 Mon Sep 17 00:00:00 2001 From: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com> Date: Tue, 12 Dec 2023 00:44:58 +0530 Subject: [PATCH] fix: modal size not changing when switching between modes (#3082) --- .../analytics/project-modal/modal.tsx | 29 +++++++++---------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/web/components/analytics/project-modal/modal.tsx b/web/components/analytics/project-modal/modal.tsx index a6422c595..6dfbfdd6b 100644 --- a/web/components/analytics/project-modal/modal.tsx +++ b/web/components/analytics/project-modal/modal.tsx @@ -27,18 +27,17 @@ export const ProjectAnalyticsModal: React.FC = observer((props) => { return ( -
- - {/* TODO: fix full screen mode */} - + +
= observer((props) => { projectDetails={projectDetails} />
-
-
-
+ + +
);