Skip to content

Commit

Permalink
fix: resolved all failed test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
gopi kishan committed Jan 10, 2025
1 parent 74ac436 commit 60df684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/OrganizationCard/OrganizationCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function OrganizationCard(props: InterfaceOrganizationCardProps): JSX.Element {

/**
* Handles joining the organization. Sends a membership request if registration is required,
* otherwise joins the public organization directly. Displays success or error messages.
* otherwise joins the public organization directly. Displays success or error messages .
*/
async function joinOrganization(): Promise<void> {
try {
Expand Down

0 comments on commit 60df684

Please sign in to comment.