temporaray disable session messages, since we use mocks for this prototype

This commit is contained in:
bluemoehre
2026-07-13 15:00:40 +02:00
parent bd10c134bc
commit a98d83a6a8
+1 -1
View File
@@ -15,7 +15,7 @@ interface HomeViewProps {
export function HomeView({ session, onSettingsClick, onJobsClick, onNotificationsClick }: HomeViewProps) {
const { microphoneTrack, state: agentState } = useAgent(session)
const { messages } = useSessionMessages(session)
// const { messages } = useSessionMessages(session)
return (
<div className="flex min-h-svh flex-col">