Skip to content

Commit

Permalink
revert ChatView
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Kezik committed Sep 9, 2024
1 parent b689e60 commit 5958153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/chat/src/components/Chat/Chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1018,5 +1018,5 @@ export function Chat() {
/>
);
}
return <ApplicationDetails isOpen />;
return <ChatView />;
}

0 comments on commit 5958153

Please sign in to comment.