log out working now, although buggy

This commit is contained in:
Arjun Patel
2022-02-06 16:29:55 -08:00
parent 76ab134396
commit 738d8c4b5b
2 changed files with 40 additions and 27 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ export default function Me() {
case QueryRoutes.drawer:
return <Drawer />;
default:
return <></>;
return <Conversations />;
}
}