change(ui) - notes removed an extra call to members

This commit is contained in:
Shekar Siri 2023-01-30 15:56:28 +01:00
parent 39f960079e
commit 601df902b3

View file

@ -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;