diff --git a/frontend/app/components/Session_/Player/Controls/components/ReadNote.tsx b/frontend/app/components/Session_/Player/Controls/components/ReadNote.tsx index 550c8f99f..a64cbdb0d 100644 --- a/frontend/app/components/Session_/Player/Controls/components/ReadNote.tsx +++ b/frontend/app/components/Session_/Player/Controls/components/ReadNote.tsx @@ -7,7 +7,6 @@ import { observer } from 'mobx-react-lite'; import { TeamBadge } from 'Shared/SessionListContainer/components/Notes'; interface Props { - userEmail: string; note?: Note; notFound?: boolean; onClose: () => void;