Fetch relationship from profile page
This commit is contained in:
parent
072014e39e
commit
5320f04e6e
1 changed files with 1 additions and 3 deletions
|
@ -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…
Reference in a new issue