diff --git a/frontend/app/components/Session_/EventsBlock/NoteEvent.tsx b/frontend/app/components/Session_/EventsBlock/NoteEvent.tsx index 27ba022e6..8552d06dc 100644 --- a/frontend/app/components/Session_/EventsBlock/NoteEvent.tsx +++ b/frontend/app/components/Session_/EventsBlock/NoteEvent.tsx @@ -10,6 +10,7 @@ import { toast } from 'react-toastify'; import { session } from 'App/routes'; import { confirm } from 'UI'; import { filterOutNote as filterOutTimelineNote } from 'Player'; +import { TeamBadge } from 'Shared/SessionListContainer/components/Notes'; interface Props { note: Note; @@ -74,21 +75,36 @@ function NoteEvent(props: Props) { className="flex items-start flex-col p-2 border rounded" style={{ background: 'rgba(253, 243, 155, 0.1)' }} > -