Skip to content

Commit

Permalink
Remove CoachingSessionProps
Browse files Browse the repository at this point in the history
  • Loading branch information
qafui committed Jun 19, 2024
1 parent 1bbebc8 commit 2db6a24
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/components/ui/dashboard/select-coaching-session.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,7 @@ import { useAuthStore } from "@/lib/providers/auth-store-provider";
import { Organization, defaultOrganizations } from "@/types/organization";
import { useEffect, useState } from "react";

export interface CoachingSessionProps {
/** The current logged in user's UUID */
userUUID: string;
}

export function SelectCoachingSession({
userUUID,
...props
}: CoachingSessionProps) {
export function SelectCoachingSession() {
const [organizationSelection, setOrganizationSelection] =
useState<string>("");
const [relationshipSelection, setRelationshipSelection] =
Expand Down

0 comments on commit 2db6a24

Please sign in to comment.