Skip to content

Commit 42a0503

Browse files
fix
1 parent e58b879 commit 42a0503

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.husky/pre-commit

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +0,0 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
4-
# npm run format:fix
5-
# npm run lint:fix
6-
npm run lint-staged
7-
npm run typecheck
8-
npm run update:toc
9-
10-
git add .

src/components/UserPortal/UserSidebarOrg/LeaveConfirmModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ interface InterfaceLeaveConfirmModalProps {
2121
* Provides:
2222
* - Modal to confirm leaving an organization.
2323
*
24-
* @param orgId - ID of the current organization.
24+
* @param orgId - ID of the current organization.
2525
* @param show - Boolean indicating if the modal should be shown.
2626
* @param onHide - Function to hide the modal.
2727
*

0 commit comments

Comments
 (0)