temporaray disable session messages, since we use mocks for this prototype
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user