adding some things for the whole convo view

This commit is contained in:
Arjun Patel
2022-02-05 20:55:58 -08:00
parent 5c13954764
commit 291d3050f0
3 changed files with 46 additions and 20 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ export default function Me() {
} else if (currPage === QueryRoutes.createConvo) {
fullCleanPageContent = <CreateConversation />;
} else if (currConvo) {
fullCleanPageContent = <ViewConvo conversationId={"woahhh"} />;
fullCleanPageContent = <ViewConvo conversationId={currConvo} />;
}
if (fullCleanPageContent) {