Skip to content

Commit

Permalink
fix tsdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
ljankoschek committed Jun 28, 2024
1 parent e26cafc commit dd1f4e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ const contextValue = {
useCurrentLaoId: () => mockLaoId,
useIsLaoOrganizer: () => false,
useCurrentLao: () => mockLaoServerAddress,
getLaoById: () => undefined,
getRollCallById: () => undefined,
} as LinkedOrganizationsReactContext,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ const mockLinkedOrganizationsContextValue = (isOrganizer: boolean) => ({
useConnectedToLao: () => true,
useIsLaoOrganizer: () => isOrganizer,
useCurrentLao: () => mockLao,
getLaoById: () => undefined,
getRollCallById: () => undefined,
} as LinkedOrganizationsReactContext,
});

Expand Down

0 comments on commit dd1f4e7

Please sign in to comment.