import type { TicketNote } from '@/api/psaContext' interface Props { notes: TicketNote[] } export function TicketNotesFeed({ notes }: Props) { if (notes.length === 0) { return
No notes yet.
{note.text}