diff --git a/src/components/TastingList.tsx b/src/components/TastingList.tsx index 60ed1b8..7ad2e7e 100644 --- a/src/components/TastingList.tsx +++ b/src/components/TastingList.tsx @@ -16,7 +16,7 @@ interface Tasting { palate_notes?: string; finish_notes?: string; is_sample?: boolean; - bottle_id: string; + bottle_id?: string; created_at: string; tasting_buddies?: { buddies: { @@ -180,7 +180,7 @@ export default function TastingList({ initialTastings, currentUserId, bottleId } {(!currentUserId || note.user_id === currentUserId) && !note.isPending && (