From 94190c91ef36fec0e0c57ce021052d561d5ead7e Mon Sep 17 00:00:00 2001 From: Anshul Kahar <22511126.dypit@dypvp.edu.in> Date: Tue, 24 Sep 2024 19:34:58 +0530 Subject: [PATCH] prettier fix --- src/components/UserPortal/UserSidebarOrg/LeaveConfirmModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/UserPortal/UserSidebarOrg/LeaveConfirmModal.tsx b/src/components/UserPortal/UserSidebarOrg/LeaveConfirmModal.tsx index 844fd937a7..06338f7576 100644 --- a/src/components/UserPortal/UserSidebarOrg/LeaveConfirmModal.tsx +++ b/src/components/UserPortal/UserSidebarOrg/LeaveConfirmModal.tsx @@ -21,7 +21,7 @@ interface InterfaceLeaveConfirmModalProps { * Provides: * - Modal to confirm leaving an organization. * - * @param orgId - ID of the current organization. + * @param orgId - ID of the current organization. * @param show - Boolean indicating if the modal should be shown. * @param onHide - Function to hide the modal. *