From 601df902b331617377c68711e2621526456cf8a8 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Mon, 30 Jan 2023 15:56:28 +0100 Subject: [PATCH] change(ui) - notes removed an extra call to members --- .../components/Session_/Player/Controls/components/ReadNote.tsx | 1 - 1 file changed, 1 deletion(-) 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;