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. *