diff --git a/apps/nova/src/components/TutorOnboardingSteps/Interview/ScheduledInterview/PendingInterview/index.tsx b/apps/nova/src/components/TutorOnboardingSteps/Interview/ScheduledInterview/PendingInterview/index.tsx
index 483ff0ec6..be2c5bbb4 100644
--- a/apps/nova/src/components/TutorOnboardingSteps/Interview/ScheduledInterview/PendingInterview/index.tsx
+++ b/apps/nova/src/components/TutorOnboardingSteps/Interview/ScheduledInterview/PendingInterview/index.tsx
@@ -2,19 +2,16 @@ import {
Button,
ButtonType,
ButtonSize,
- ButtonVariant,
} from "@litespace/luna/Button";
import { asFullAssetUrl } from "@litespace/luna/backend";
import { useFormatMessage } from "@litespace/luna/hooks/intl";
import { ISession } from "@litespace/types";
import React from "react";
-import { Link } from "react-router-dom";
-import { Route } from "@/types/routes";
const PendingInterview: React.FC<{
interviewer: ISession.PopuldatedMember;
session: ISession.Self;
-}> = ({ interviewer, session }) => {
+}> = ({ interviewer }) => {
const intl = useFormatMessage();
return (
@@ -57,6 +54,7 @@ const PendingInterview: React.FC<{
+ {/*