Fetch relationship from profile page

environments/review-change-ent-6o2wvy/deployments/3529
Alex Gleason 1 year ago
parent 072014e39e
commit 5320f04e6e
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -31,9 +31,7 @@ const ProfilePage: React.FC<IProfilePage> = ({ params, children }) => {
const history = useHistory();
const username = params?.username || '';
const { account } = useAccountLookup(username);
console.log(account?.relationship);
const { account } = useAccountLookup(username, { withRelationship: true });
const me = useAppSelector(state => state.me);
const features = useFeatures();

Loading…
Cancel
Save