We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67fb83c commit 1630d8fCopy full SHA for 1630d8f
apps/client/components/TicketDetails/index.tsx
@@ -976,7 +976,7 @@ export default function Ticket() {
976
)}
977
</Button>
978
979
- {data.ticket.following.length > 0 && (
+ {data.ticket.following && data.ticket.following.length > 0 && (
980
<div className="flex space-x-2">
981
<Popover>
982
<PopoverTrigger>
0 commit comments