diff --git a/net/web/test/Profile.test.js b/net/web/test/Profile.test.js index 038bbba2..5a22fb5b 100644 --- a/net/web/test/Profile.test.js +++ b/net/web/test/Profile.test.js @@ -10,16 +10,16 @@ function ProfileView() { return (
- { profile.state.profile?.guid } - { profile.state.profile?.handle } - { profile.state.profile?.name } - { profile.state.profile?.description } - { profile.state.profile?.location } - { profile.state.profile?.image } - { profile.state.profile?.revision } - { profile.state.profile?.seal } - { profile.state.profile?.version } - { profile.state.profile?.node } + { profile.state.identity?.guid } + { profile.state.identity?.handle } + { profile.state.identity?.name } + { profile.state.identity?.description } + { profile.state.identity?.location } + { profile.state.identity?.image } + { profile.state.identity?.revision } + { profile.state.identity?.seal } + { profile.state.identity?.version } + { profile.state.identity?.node }
); }