Skip to content

Commit

Permalink
Fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
hieungo89 committed Feb 13, 2024
1 parent 9a1f173 commit 525009b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/subgoal/Subgoal-Assignment-Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ interface ParaProps {
first_name: string;
last_name: string;
email: string;
para_id: string;
case_manager_id: string;
user_id: string;
email_verified_at: Date | null;
image_url: string | null;
Expand Down

0 comments on commit 525009b

Please sign in to comment.