basic create form but not done at all

This commit is contained in:
Arjun Patel
2022-01-31 17:41:37 -08:00
parent 6a4b353024
commit 3c3ae94e85
2 changed files with 49 additions and 3 deletions
+2 -1
View File
@@ -57,7 +57,7 @@ export default function Me() {
* 4. profile edit? nah not needed...just keep current separate page
*/
var fullCleanPageContent: ReactElement = <></>;
var fullCleanPageContent: ReactElement = undefined;
if (currRoute === Routes.createConvo) {
fullCleanPageContent = <CreateConversation />;
}
@@ -71,6 +71,7 @@ export default function Me() {
<div className="flex flex-row">
<span className="flex flex-col items-center">
<button
onClick={() => router.push(Routes.convos)}
className="rounded-lg p-2 border flex flex-row items-center space-x-2
text-slate-400 text-xs hover:bg-slate-50"
>