From 118271ed875b07855d33cbd9bfbc114e97cdf0e3 Mon Sep 17 00:00:00 2001 From: NickJ202 Date: Tue, 25 Jun 2024 15:55:23 -0400 Subject: [PATCH] add profile create action to landing --- src/views/Landing/Profile/Profile.tsx | 35 +++++++++++++++++++-------- src/views/Landing/Profile/styles.ts | 20 +++++++++++++++ 2 files changed, 45 insertions(+), 10 deletions(-) diff --git a/src/views/Landing/Profile/Profile.tsx b/src/views/Landing/Profile/Profile.tsx index d74dacc..e7b7b2c 100644 --- a/src/views/Landing/Profile/Profile.tsx +++ b/src/views/Landing/Profile/Profile.tsx @@ -141,16 +141,31 @@ export default function Profile(props: { address: string }) { /> - {fullProfile.id && ( - - - - - - - - - )} + + {fullProfile && fullProfile.id ? ( + <> + + + + + + + + ) : ( + +