Skip to content

Commit

Permalink
Refactor MonthlyCheckInModal component: Remove unused import and upda…
Browse files Browse the repository at this point in the history
…te media links handling
  • Loading branch information
mayura-andrew committed Oct 2, 2024
1 parent d97ead1 commit fb99966
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { useState } from 'react';
import { useFieldArray, useForm } from 'react-hook-form';
import { useForm } from 'react-hook-form';
import { zodResolver } from '@hookform/resolvers/zod';
import { z } from 'zod';
import { MenteeCheckInSchema } from '../../schemas';
Expand Down
1 change: 1 addition & 0 deletions src/components/MonthlyChecking/MentorMonthlyChecking.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const MentorMonthlyChecking: React.FC<MentorMonthlyCheckingProps> = ({
<div className="flex justify-between items-start">
<div>
<h4 className="text-lg font-medium text-gray-700 mt-2 mb-4 bg-blue-100 p-2 rounded-md w-30 h-12 flex items-center justify-center">
{' '}
{checkIn.title}
</h4>
<div className="mt-2">
Expand Down

0 comments on commit fb99966

Please sign in to comment.