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 f02db57 commit 2464ac5Copy full SHA for 2464ac5
src/components/ui/coaching-sessions/coaching-session-title.tsx
@@ -36,7 +36,7 @@ const CoachingSessionTitle: React.FC<{
36
37
return (
38
<h4 className="font-semibold break-words w-full px-2 md:px-4 lg:px-6 md:text-clip">
39
- {sessionTitle?.title}
+ {sessionTitle ? sessionTitle.title : "Untitled Session"}
40
</h4>
41
);
42
};
0 commit comments