fix: let users message/hide mutuals tab for bots

This commit is contained in:
Ed L
2022-09-10 20:19:52 +01:00
committed by Paul Makles
parent fe65bc3dcb
commit 1f86f493d0
3 changed files with 29 additions and 25 deletions

View File

@@ -72,8 +72,8 @@ export const Profile = observer(() => {
<div className={styles.preview}>
<UserProfile
user_id={client.user!._id}
dummy={true}
dummyProfile={profile}
isPlaceholder={true}
placeholderProfile={profile}
{...({} as any)}
/>
</div>